Upgrade Alpine version to the latest stable -1

3.15
This commit is contained in:
Dirk Wetter 2022-08-22 16:35:23 +02:00 committed by GitHub
parent c730d9529e
commit 1154a6bc25
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.12
FROM alpine:3.15
RUN apk update && \
apk upgrade && \