Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docker-ci
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
UNL ITS
docker-ci
Commits
f1c07a91
Commit
f1c07a91
authored
10 months ago
by
Roger Feese
Browse files
Options
Downloads
Patches
Plain Diff
update jre package to v17 and node to 24
parent
0c194c15
No related branches found
No related tags found
2 merge requests
!90
Update dotnet-build-server jre and remove 3.1
,
!89
dotnet-build-server - update jre package to v17 and node to 24
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
dotnet-build-server/6.0/Dockerfile
+2
-2
2 additions, 2 deletions
dotnet-build-server/6.0/Dockerfile
with
2 additions
and
2 deletions
dotnet-build-server/6.0/Dockerfile
+
2
−
2
View file @
f1c07a91
...
...
@@ -14,13 +14,13 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
# Make sure that tools we need are installed
# Add external nodejs LTS apt source
RUN
curl
-fsSL
https://deb.nodesource.com/setup_
14
.x | bash -
RUN
curl
-fsSL
https://deb.nodesource.com/setup_
22
.x | bash -
# Create missing man directores for update-alternatives
RUN
mkdir
-p
/usr/share/man/man1
# JRE, NodeJS for sonarqube scanner post-scan
RUN
apt-get update
&&
apt-get
install
-y
\
git
\
openjdk-1
1
-jre
\
openjdk-1
7
-jre
\
nodejs
\
&&
rm
-rf
/var/lib/apt/lists/
*
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment