Updated libs; Bump to alpine 3.21
All checks were successful
Build Docker Image / build-and-deploy-image (push) Successful in 1m33s
All checks were successful
Build Docker Image / build-and-deploy-image (push) Successful in 1m33s
This commit is contained in:
13
Dockerfile
13
Dockerfile
@@ -1,18 +1,11 @@
|
||||
FROM alpine:3.20
|
||||
FROM alpine:3.21
|
||||
|
||||
ENV HOME=/home/app \
|
||||
APP_HOME=/home/app/docker-files-backup \
|
||||
\
|
||||
# python
|
||||
PYTHONPATH=${PYTHONPATH}:${PWD} \
|
||||
ENV APP_HOME=/home/app/docker-files-backup \
|
||||
PYTHONUNBUFFERED=1 \
|
||||
PYTHONDONTWRITEBYTECODE=1 \
|
||||
PIP_BREAK_SYSTEM_PACKAGES=1 \
|
||||
\
|
||||
# pip
|
||||
PIP_NO_CACHE_DIR=off \
|
||||
PIP_DISABLE_PIP_VERSION_CHECK=on \
|
||||
PIP_DEFAULT_TIMEOUT=100
|
||||
PIP_DISABLE_PIP_VERSION_CHECK=on
|
||||
|
||||
RUN apk --no-cache add zstd python3 py3-pip tini tar
|
||||
|
||||
|
||||
Reference in New Issue
Block a user