mirror of
https://github.com/moby/buildkit.git
synced 2026-08-04 14:50:21 +00:00
Merge pull request #4540 from thaJeztah/alpine_3.18
authors.Dockerfile: update to alpine 3.19
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user