Skip to content

Commit 4c33a5c

Browse files
authored
Merge pull request IQSS#10414 from IQSS/10413-configbaker-alpine-downgrade
Downgrade configbaker to Alpine 3.18
2 parents 63a09cb + a022e2e commit 4c33a5c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

modules/container-configbaker/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ ARG SOLR_VERSION
1010
FROM solr:${SOLR_VERSION} AS solr
1111

1212
# Let's build us a baker
13-
FROM alpine:3
13+
# WARNING:
14+
# 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+!
15+
# See https://github.com/IQSS/dataverse/issues/10413 for more information.
16+
FROM alpine:3.18
1417

1518
ENV SCRIPT_DIR="/scripts" \
1619
SECRETS_DIR="/secrets" \

0 commit comments

Comments
 (0)