Skip to content

Commit

Permalink
chore(deps): update node.js to v22.1.0 (#66)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 3, 2024
1 parent e3ac14d commit b059e9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ variables:
ANSIBLE_CONFIG: $CI_PROJECT_DIR/ansible/ansible.cfg

.node: &node
image: docker.io/node:22.0.0-alpine3.18@sha256:75fcc4b76b7bfedde9e6b11e93f26cc63196aff0de4326fe895aa0e47e923a95
image: docker.io/node:22.1.0-alpine3.18@sha256:5a4751fb2e95bb0a0ad5ac1f92fd36076c7337b89667e396dbbabf36fa5b1d6f
before_script:
- corepack enable
- corepack prepare pnpm@latest-8 --activate
Expand Down
2 changes: 1 addition & 1 deletion containerize/shibboleth-oidc-poc/Dockerfile-amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/node:22.0.0-alpine3.18@sha256:75fcc4b76b7bfedde9e6b11e93f26cc63196aff0de4326fe895aa0e47e923a95 AS base
FROM docker.io/node:22.1.0-alpine3.18@sha256:5a4751fb2e95bb0a0ad5ac1f92fd36076c7337b89667e396dbbabf36fa5b1d6f AS base

# Install dependencies only when needed
FROM base AS deps
Expand Down
2 changes: 1 addition & 1 deletion containerize/shibboleth-oidc-poc/Dockerfile-arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/node:22.0.0-alpine3.18@sha256:75fcc4b76b7bfedde9e6b11e93f26cc63196aff0de4326fe895aa0e47e923a95 AS base
FROM docker.io/node:22.1.0-alpine3.18@sha256:5a4751fb2e95bb0a0ad5ac1f92fd36076c7337b89667e396dbbabf36fa5b1d6f AS base

# Install dependencies only when needed
FROM base AS deps
Expand Down

0 comments on commit b059e9f

Please sign in to comment.