Merge pull request #4540 from thaJeztah/alpine_3.18

authors.Dockerfile: update to alpine 3.19
This commit is contained in:
CrazyMax
2024-01-10 15:39:01 +01:00
committed by GitHub

View File

@@ -1,6 +1,6 @@
# syntax=docker/dockerfile-upstream:master
ARG ALPINE_VERSION=3.17
ARG ALPINE_VERSION=3.19
FROM alpine:${ALPINE_VERSION} AS gen
RUN apk add --no-cache git