standardize apt-get, rebase to 3.14 (#251)

Co-authored-by: Roxedus <me@roxedus.dev>
This commit is contained in:
aptalca 2021-09-26 16:15:43 -04:00 committed by GitHub
parent ad317183f6
commit a5fe11d59c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ FROM ghcr.io/linuxserver/docker-compose:amd64-${COMPOSE_ALPINE_TAG} as compose-a
FROM ghcr.io/linuxserver/docker-compose:arm32v7-${COMPOSE_ALPINE_TAG} as compose-alpine-arm32
FROM ghcr.io/linuxserver/docker-compose:arm64v8-${COMPOSE_ALPINE_TAG} as compose-alpine-arm64
FROM ghcr.io/linuxserver/baseimage-alpine:3.13 as buildstage
FROM ghcr.io/linuxserver/baseimage-alpine:3.14 as buildstage
RUN \
echo "**** install packages ****" && \

View File

@ -2,4 +2,4 @@
if [ -f /usr/bin/apt ]; then
apt-get update
fi
fi