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

This reverts commit e10c7aa270.
This commit is contained in:
Eugene Morozov
2025-12-18 14:24:38 +02:00
parent e10c7aa270
commit a115ffa8d0
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ ENV APP_HOME=/home/app/docker-postgres-backup \
PIP_DISABLE_PIP_VERSION_CHECK=on \
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
WORKDIR $APP_HOME

View File

@@ -8,7 +8,7 @@ ENV APP_HOME=/home/app/docker-postgres-backup \
PIP_DISABLE_PIP_VERSION_CHECK=on \
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
WORKDIR $APP_HOME

View File

@@ -8,7 +8,7 @@ ENV APP_HOME=/home/app/docker-postgres-backup \
PIP_DISABLE_PIP_VERSION_CHECK=on \
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
WORKDIR $APP_HOME