1
0
Fork 0

Bump Docker images use for documentation to Alpine 3.20

This commit is contained in:
Jesper Noordsij 2024-06-05 16:58:05 +02:00 committed by GitHub
parent bfda5e607f
commit b368e71337
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 24 additions and 45 deletions

View file

@ -1,4 +1,4 @@
FROM alpine:3.18 as alpine
FROM alpine:3.20
RUN apk --no-cache --no-progress add \
build-base \