push to 25.0.2
All checks were successful
Build Multiarch Container Image / call-reusable-workflow (push) Successful in 4m40s

This commit is contained in:
Sebastian Hugentobler 2024-08-04 14:13:08 +02:00
parent 7071833fab
commit 8375b4f62d
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -1,7 +1,7 @@
FROM docker.io/alpine:3.20 AS builder
ENV VERSION=25.0.1
ENV SHA256_SUM=dc92a309fed7851ad05e515b1655cba5c208a44b2c8c10a453e2094ecf0f277b
ENV VERSION=25.0.2
ENV SHA256_SUM=c8eb400552174e4b892c4ce9f2114cfee909ef9ebe86f082944b4a0ec47a8825
RUN wget "https://github.com/keycloak/keycloak/releases/download/$VERSION/keycloak-$VERSION.tar.gz"
RUN echo "$SHA256_SUM keycloak-$VERSION.tar.gz" | sha256sum -c - || exit 1