Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
security updates
  • Loading branch information
s83 committed Feb 15, 2024
1 parent 8483647 commit 920ecad
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 postgres:16.1-alpine3.18
FROM postgres:16.2-alpine3.19

LABEL maintainer="s83 <https://github.com/s83>"

Expand All @@ -8,7 +8,7 @@ ENV BRUDI_USER="brudi" \

COPY --from=quay.io/mittwald/brudi:0.1 /usr/local/bin/brudi /usr/local/bin/brudi
COPY --from=restic/restic:0.16.4 /usr/bin/restic /usr/local/bin/restic
COPY --from=redis:alpine /usr/local/bin/redis-cli /usr/local/bin/redis-cli
COPY --from=redis:alpine:7.2.4-alpine3.19 /usr/local/bin/redis-cli /usr/local/bin/redis-cli

RUN apk add --no-cache --upgrade \
mysql-client \
Expand Down

0 comments on commit 920ecad

Please sign in to comment.