Skip to content

Commit

Permalink
Merge pull request #69 from SierraSoftworks/dependabot/docker/postgre…
Browse files Browse the repository at this point in the history
…s-17.2-alpine

build(deps): Bump postgres from 17.1-alpine to 17.2-alpine
  • Loading branch information
notheotherben authored Nov 25, 2024
2 parents 0512a72 + 09b9d02 commit aade00e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN wget -O /tmp/mc https://dl.minio.io/client/mc/release/linux-amd64/mc
RUN chmod +x /tmp/mc

# Then build our backup image
FROM postgres:17.1-alpine
FROM postgres:17.2-alpine
LABEL maintainer="Benjamin Pannell <[email protected]>"

COPY --from=0 /tmp/mc /usr/bin/mc
Expand Down

0 comments on commit aade00e

Please sign in to comment.