Skip to content

Commit

Permalink
Merge branch 'master' into update/rds-2.21.29
Browse files Browse the repository at this point in the history
  • Loading branch information
TomJKing authored Nov 27, 2023
2 parents f3344d5 + 5a4cfe8 commit 63df531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-update
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:alpine
RUN pip install requests
RUN apk update \
&& apk upgrade zlib libtirpc expat openssl
&& apk upgrade zlib libtirpc expat openssl libcrypto3 libssl3
RUN mkdir -p /opt/keycloak/data/import
COPY update_tdr_realm.py update_client_configuration.py update_realm_configuration.py /keycloak-configuration/
COPY environment-properties /keycloak-configuration/environment-properties
Expand Down

0 comments on commit 63df531

Please sign in to comment.