actually update dockerfiles

This commit is contained in:
thelamer 2020-07-17 08:29:48 -07:00 committed by Ryan Kuba
parent 997075339a
commit 4ae27f3d42
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
ARG ALPINE_VER="3.11"
ARG ALPINE_VER="3.12"
FROM lsiobase/alpine:${ALPINE_VER} as fetch-stage
############## fetch stage ##############

View file

@ -1,4 +1,4 @@
ARG ALPINE_VER="3.11"
ARG ALPINE_VER="3.12"
FROM lsiobase/alpine:arm64v8-${ALPINE_VER} as fetch-stage
############## fetch stage ##############

View file

@ -1,4 +1,4 @@
ARG ALPINE_VER="3.11"
ARG ALPINE_VER="3.12"
FROM lsiobase/alpine:arm32v7-${ALPINE_VER} as fetch-stage
############## fetch stage ##############