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
e8679a62
Commit
e8679a62
authored
10 months ago
by
Renovate Bot
Browse files
Options
Downloads
Patches
Plain Diff
Update Node.js to v23
parent
527ed898
Loading
Loading
1 merge request
!316
Update Node.js to v23
Pipeline
#47257
passed
10 months ago
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 @
e8679a62
FROM
--platform=$BUILDPLATFORM public.ecr.aws/docker/library/node:2
2
.1
0
-alpine@sha256:
c5088ba04c8fcce84e45c9ab8767af401424943a8bfd90ede5a68aefc4f42808
AS
buildJS
FROM
--platform=$BUILDPLATFORM public.ecr.aws/docker/library/node:2
3
.1-alpine@sha256:
db7d4c706c493243e556c19cf3b80556f8dc91d69fcb750b16909624bd5cbfa1
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