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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonas Leder
webresetter-frontend
Commits
2ed73e4b
Commit
2ed73e4b
authored
Jun 15, 2023
by
Renovate Bot
Browse files
Options
Downloads
Patches
Plain Diff
Update Node.js to 2d5e8a8
parent
c122b606
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!69
Update Node.js to 2d5e8a8
Pipeline
#18550
passed
Jun 15, 2023
Stage: test
Stage: build
Stage: bundle
Changes
1
Pipelines
1
Show 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 @
2ed73e4b
FROM
--platform=$BUILDPLATFORM node:20.3-alpine@sha256:
18bc68b6aae9d829ee898c12cc7907e648a12b7a6aa6fa3a6eec8fe3c48a0732
as
buildJS
FROM
--platform=$BUILDPLATFORM node:20.3-alpine@sha256:
2d5e8a8a51bc341fd5f2eed6d91455c3a3d147e91a14298fc564b5dc519c1666
as
buildJS
WORKDIR
/app
WORKDIR
/app
COPY
. ./
COPY
. ./
RUN
yarn
install
--frozen-lockfile
&&
\
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