소스 검색

Merge pull request #849 from netbootxyz/alpine_bumpp

Bump alpine version
Antony Messerli 4 년 전
부모
커밋
11e9f6d28a
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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.12
+FROM alpine:3.13
 
 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.12
+FROM alpine:3.13
 
 COPY --from=builder /var/www/html/ /mnt/
 COPY docker-build-root/ /