push to 26.0.6
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 53s

This commit is contained in:
Sebastian Hugentobler 2024-11-25 17:21:08 +01:00
parent 966e0817bc
commit 0161721372
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -1,7 +1,7 @@
FROM docker.io/alpine:3.20 AS builder
ENV VERSION=26.0.5
ENV SHA256_SUM=f3290d506f895d9e474e04d8d108290f12ee04b51e044289295c79d696838974
ENV VERSION=26.0.6
ENV SHA256_SUM=27e31ee7f2e90f1c282def3cbbb0824f76d0441ef7f0c8ebaf83570d097e83b5
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