Skip to content

Commit

Permalink
Fix casing warning
Browse files Browse the repository at this point in the history
  • Loading branch information
fhennig committed Nov 21, 2024
1 parent 5e0c509 commit 78d93c5
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,5 +1,5 @@
ARG NODE_VERSION=22
FROM node:${NODE_VERSION}-bookworm as builder
FROM node:${NODE_VERSION}-bookworm AS builder

ARG KEYCLOAK_ORCID_VERSION=1.3.0

Expand Down

0 comments on commit 78d93c5

Please sign in to comment.