Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
webresetter-frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Jonas Leder
webresetter-frontend
Commits
50769bfc
Commit
50769bfc
authored
1 year ago
by
Jonas Leder
Browse files
Options
Downloads
Plain Diff
Merge branch 'renovate/node-20.3-alpine' into 'master'
Update Node.js to 7a6e3b7 See merge request
!73
parents
42d95050
212c5953
Branches
Branches containing commit
No related tags found
1 merge request
!73
Update Node.js to 7a6e3b7
Pipeline
#19011
canceled
1 year ago
Stage: test
Stage: build
Stage: bundle
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
with
1 addition
and
1 deletion
Dockerfile
+
1
−
1
View file @
50769bfc
FROM
--platform=$BUILDPLATFORM node:20.3-alpine@sha256:
2d5e8a8a51bc341fd5f2eed6d91455c3a3d147e91a14298fc564b5dc519c1666
as
buildJS
FROM
--platform=$BUILDPLATFORM node:20.3-alpine@sha256:
7a6e3b7dcc549a2af31be9dab80038e29e46df43c2e36f2a185e5239c45b9da2
as
buildJS
WORKDIR
/app
COPY
. ./
RUN
yarn
install
--frozen-lockfile
&&
\
...
...
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