Skip to content

Commit

Permalink
Bump node from 20.11.0 to 21.6.0 (#526)
Browse files Browse the repository at this point in the history
Bumps node from 20.11.0 to 21.6.0.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 18, 2024
1 parent 9d3e548 commit 4554ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RemoteSettings.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN pip install ./kinto-remote-settings

# We build the Kinto Admin assets at the specific
# version specified in `kinto-admin/VERSION`.
FROM node:20.11.0 as build-admin
FROM node:21.6.0 as build-admin
WORKDIR /opt
COPY bin/build-kinto-admin.sh .
COPY kinto-admin/ kinto-admin/
Expand Down

0 comments on commit 4554ba2

Please sign in to comment.