2 parents efcd7ed + 2fb01cb commit fcf7f42Copy full SHA for fcf7f42
1 file changed
Dockerfile
@@ -13,7 +13,7 @@ RUN \
13
ansible-playbook -i inventory site.yml
14
15
# runtime stage
16
-FROM alpine:3.22
+FROM alpine:3.23
17
18
COPY --from=builder /opt/builders/output /mnt/
19
COPY docker-build-root/ /
0 commit comments