From 5939c58d3b40c9efa51d58c0d0902130e90398ad Mon Sep 17 00:00:00 2001 From: aptalca Date: Wed, 4 Nov 2020 16:27:22 -0500 Subject: [PATCH] update baseimages --- Dockerfile | 4 ++-- Dockerfile.aarch64 | 4 ++-- Dockerfile.armhf | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 491c43e..2df66a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,10 @@ -FROM lsiobase/python:3.11 +FROM ghcr.io/linuxserver/baseimage-alpine-python:3.11 # set version label ARG BUILD_DATE ARG VERSION LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" -LABEL maintainer="sparklyballs" +LABEL maintainer="aptalca" # hard set UTC in case the user does not define it ENV TZ="Etc/UTC" diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 4f9b92d..b24df0e 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -1,10 +1,10 @@ -FROM lsiobase/python:arm64v8-3.11 +FROM ghcr.io/linuxserver/baseimage-alpine-python:arm64v8-3.11 # set version label ARG BUILD_DATE ARG VERSION LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" -LABEL maintainer="sparklyballs" +LABEL maintainer="aptalca" # hard set UTC in case the user does not define it ENV TZ="Etc/UTC" diff --git a/Dockerfile.armhf b/Dockerfile.armhf index bf7a5bf..02c6a5c 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -1,10 +1,10 @@ -FROM lsiobase/python:arm32v7-3.11 +FROM ghcr.io/linuxserver/baseimage-alpine-python:arm32v7-3.11 # set version label ARG BUILD_DATE ARG VERSION LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" -LABEL maintainer="sparklyballs" +LABEL maintainer="aptalca" # hard set UTC in case the user does not define it ENV TZ="Etc/UTC"