Skip to content

Commit

Permalink
chore(deps): bump node in /keycloak/keycloakify
Browse files Browse the repository at this point in the history
Bumps node from 21-bookworm to 22-bookworm.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 10, 2024
1 parent 728e7df commit 686f6fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keycloak/keycloakify/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:21-bookworm as builder
FROM node:22-bookworm as builder

USER root
RUN apt-get update && apt-get install -y maven
Expand Down

0 comments on commit 686f6fa

Please sign in to comment.