Revert "Temporary fix for building amd packages"
All checks were successful
Build Docker Image / build-and-deploy-image (pg15) (push) Successful in 1m41s
Build Docker Image / build-and-deploy-image (pg16) (push) Successful in 1m39s
Build Docker Image / build-and-deploy-image (pg17) (push) Successful in 1m39s
Build Docker Image / build-and-deploy-image (pg18) (push) Successful in 1m43s
All checks were successful
Build Docker Image / build-and-deploy-image (pg15) (push) Successful in 1m41s
Build Docker Image / build-and-deploy-image (pg16) (push) Successful in 1m39s
Build Docker Image / build-and-deploy-image (pg17) (push) Successful in 1m39s
Build Docker Image / build-and-deploy-image (pg18) (push) Successful in 1m43s
This reverts commit e10c7aa270.
This commit is contained in:
@@ -8,7 +8,7 @@ ENV APP_HOME=/home/app/docker-postgres-backup \
|
|||||||
PIP_DISABLE_PIP_VERSION_CHECK=on \
|
PIP_DISABLE_PIP_VERSION_CHECK=on \
|
||||||
LANG=en_US.UTF-8
|
LANG=en_US.UTF-8
|
||||||
|
|
||||||
RUN apk upgrade --no-cache --scripts=no apk-tools && apk --no-cache add postgresql16-client python3 py3-pip tini
|
RUN apk --no-cache add postgresql16-client python3 py3-pip tini
|
||||||
|
|
||||||
COPY ./ $APP_HOME
|
COPY ./ $APP_HOME
|
||||||
WORKDIR $APP_HOME
|
WORKDIR $APP_HOME
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ ENV APP_HOME=/home/app/docker-postgres-backup \
|
|||||||
PIP_DISABLE_PIP_VERSION_CHECK=on \
|
PIP_DISABLE_PIP_VERSION_CHECK=on \
|
||||||
LANG=en_US.UTF-8
|
LANG=en_US.UTF-8
|
||||||
|
|
||||||
RUN apk upgrade --no-cache --scripts=no apk-tools && apk --no-cache add postgresql17-client python3 py3-pip tini
|
RUN apk --no-cache add postgresql17-client python3 py3-pip tini
|
||||||
|
|
||||||
COPY ./ $APP_HOME
|
COPY ./ $APP_HOME
|
||||||
WORKDIR $APP_HOME
|
WORKDIR $APP_HOME
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ ENV APP_HOME=/home/app/docker-postgres-backup \
|
|||||||
PIP_DISABLE_PIP_VERSION_CHECK=on \
|
PIP_DISABLE_PIP_VERSION_CHECK=on \
|
||||||
LANG=en_US.UTF-8
|
LANG=en_US.UTF-8
|
||||||
|
|
||||||
RUN apk upgrade --no-cache --scripts=no apk-tools && apk --no-cache add postgresql18-client python3 py3-pip tini
|
RUN apk --no-cache add postgresql18-client python3 py3-pip tini
|
||||||
|
|
||||||
COPY ./ $APP_HOME
|
COPY ./ $APP_HOME
|
||||||
WORKDIR $APP_HOME
|
WORKDIR $APP_HOME
|
||||||
|
|||||||
Reference in New Issue
Block a user