Skip to content

Commit

Permalink
Merge pull request IQSS#10414 from IQSS/10413-configbaker-alpine-down…
Browse files Browse the repository at this point in the history
…grade

Downgrade configbaker to Alpine 3.18
  • Loading branch information
pdurbin authored Mar 22, 2024
2 parents 63a09cb + a022e2e commit 4c33a5c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/container-configbaker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ ARG SOLR_VERSION
FROM solr:${SOLR_VERSION} AS solr

# Let's build us a baker
FROM alpine:3
# WARNING:
# Do not upgrade the tag to :3 or :3.19 until https://pkgs.alpinelinux.org/package/v3.19/main/x86_64/c-ares is at v1.26.0+!
# See https://github.com/IQSS/dataverse/issues/10413 for more information.
FROM alpine:3.18

ENV SCRIPT_DIR="/scripts" \
SECRETS_DIR="/secrets" \
Expand Down

0 comments on commit 4c33a5c

Please sign in to comment.