Merge pull request #2421 from drwetter/alpine_3.18

Update Dockerfile to Alpine 3.18
This commit is contained in:
Dirk Wetter 2023-10-13 10:43:56 +02:00 committed by GitHub
commit 3eb3994d39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM alpine:3.17
FROM alpine:3.18
RUN apk update && \
apk upgrade && \