push to 20.0.3

This commit is contained in:
Sebastian Hugentobler 2023-01-25 08:46:07 +01:00
parent 1f97f2f878
commit 219bcdf90f

View File

@ -1,7 +1,7 @@
FROM docker.io/alpine:3.17 AS builder
ENV VERSION=20.0.2
ENV SHA256_SUM=3d575cca0fdb2ff8f5e73408cc4cd83e1eeac7758c77cbf17cedc9cd925f94fc
ENV VERSION=20.0.3
ENV SHA256_SUM=31ef88cdb58197a751788a58a9f6ad926dcaf0200a83b78105f33e90690e97cf
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