Update Dockerfile to Alpine 3.18

for an extension of life time:

https://endoflife.date/alpine
This commit is contained in:
Dirk Wetter 2023-10-12 09:59:25 +02:00 committed by GitHub
parent ece9447ac4
commit cd6659c7ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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