Skip to content

Commit

Permalink
Fix Warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Tvion committed Jan 30, 2025
1 parent ba92454 commit be647f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.22.5-alpine3.19 as builder
FROM --platform=$BUILDPLATFORM golang:1.22.5-alpine3.19 AS builder

ENV GO111MODULE=on

Expand Down Expand Up @@ -56,7 +56,7 @@ RUN python3 -m pip install --no-cache-dir -r /root/requirements.txt \

RUN ln -s /usr/bin/python3 /usr/bin/python

COPY --from=builder --chown=${USER_UID} /workspace/_output/bin/azure_restore /opt/backup/
COPY --from=builder /workspace/_output/bin/azure_restore /opt/backup/
COPY docker/postgres/ docker/health.sh /opt/backup/
COPY docker/granular /opt/backup/granular
COPY docker/postgres/encryption.py /opt/backup/granular/encryption.py
Expand Down

0 comments on commit be647f1

Please sign in to comment.