mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-08-24 10:14:02 -05:00
Bump alpine version
This commit is contained in:
+1
-1
@@ -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/ /
|
||||
|
||||
@@ -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/ /
|
||||
|
||||
Reference in New Issue
Block a user