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
b395e136
Commit
b395e136
authored
11 months ago
by
Renovate Bot
Browse files
Options
Downloads
Patches
Plain Diff
Update Node.js to v21.7
parent
e4b5888d
No related branches found
Branches containing commit
No related tags found
1 merge request
!268
Update Node.js to v21.7
Pipeline
#34950
passed
11 months 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 @
b395e136
FROM
--platform=$BUILDPLATFORM public.ecr.aws/docker/library/node:21.
6
-alpine@sha256:
f5d3a6aea1b1d35066e6c034f5c264cd5b051fc7c7cb0160bb88899e7b1f0c83
AS
buildJS
FROM
--platform=$BUILDPLATFORM public.ecr.aws/docker/library/node:21.
7
-alpine@sha256:
ed4880bea0d76e280073698d18ebd056e792cabc40ab3184c006edb22db8ffe7
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