Explorar el Código

Use latest alpine version for docker files

Antony Messerli hace 3 años
padre
commit
aea50f78c3
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      Dockerfile-build
  2. 1 1
      Dockerfile-build.production

+ 1 - 1
Dockerfile-build

@@ -9,7 +9,7 @@ RUN \
  ansible-playbook -i inventory site.yml
 
 # runtime stage
-FROM alpine:3.13
+FROM alpine:latest
 
 COPY --from=builder /var/www/html/ /mnt/
 COPY docker-build-root/ /

+ 1 - 1
Dockerfile-build.production

@@ -9,7 +9,7 @@ RUN \
  ansible-playbook -i inventory site.yml --extra-vars "@script/netbootxyz-overrides.yml"
 
 # runtime stage
-FROM alpine:3.13
+FROM alpine:latest
 
 COPY --from=builder /var/www/html/ /mnt/
 COPY docker-build-root/ /