try providing rotate-backups version build arg
Some checks failed
Build container images / build (push) Failing after 21s
Some checks failed
Build container images / build (push) Failing after 21s
This commit is contained in:
parent
1ad9dd7492
commit
0e2e210f50
@ -1,14 +1,14 @@
|
||||
|
||||
ARG PYTHON_VERSION=3
|
||||
ARG ALPINE_VERSION=3.18
|
||||
# ARG ROTATE_BACKUPS_VERSION=latest
|
||||
ARG ROTATE_BACKUPS_VERSION=latest
|
||||
|
||||
FROM python:${PYTHON_VERSION}-alpine${ALPINE_VERSION}
|
||||
|
||||
RUN apk update && apk add less
|
||||
|
||||
RUN pip install rotate-backups==8.1
|
||||
# RUN pip install rotate-backups==${ROTATE_BACKUPS_VERSION}
|
||||
RUN pip install rotate-backups==${ROTATE_BACKUPS_VERSION}
|
||||
|
||||
RUN mkdir /data
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user