Update Dockerfile

security updates
This commit is contained in:
sᴧᴍᴜᴇʟ ᴍ 2024-02-15 02:01:10 +00:00 committed by GitHub
parent 8483647840
commit 920ecad78e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
FROM postgres:16.1-alpine3.18
FROM postgres:16.2-alpine3.19
LABEL maintainer="s83 <https://github.com/s83>"
@ -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 \