From a5fe11d59cd4599fc8b1dfcfb5e8c513907e9189 Mon Sep 17 00:00:00 2001 From: aptalca Date: Sun, 26 Sep 2021 16:15:43 -0400 Subject: [PATCH] standardize apt-get, rebase to 3.14 (#251) Co-authored-by: Roxedus --- Dockerfile | 2 +- root/etc/cont-init.d/95-apt-get | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 29bee09..453c7a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 ****" && \ diff --git a/root/etc/cont-init.d/95-apt-get b/root/etc/cont-init.d/95-apt-get index 4797eca..8e5fe66 100644 --- a/root/etc/cont-init.d/95-apt-get +++ b/root/etc/cont-init.d/95-apt-get @@ -2,4 +2,4 @@ if [ -f /usr/bin/apt ]; then apt-get update -fi \ No newline at end of file +fi