mirror of
https://github.com/docker/buildx.git
synced 2024-11-22 15:37:16 +08:00
hack(authors): bump to alpine 3.20
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
parent
ed341bafd0
commit
29d367bdd4
@ -1,10 +1,11 @@
|
|||||||
# syntax=docker/dockerfile:1
|
# syntax=docker/dockerfile:1
|
||||||
|
|
||||||
FROM alpine:3.14 AS gen
|
ARG ALPINE_VERSION=3.20
|
||||||
|
|
||||||
|
FROM alpine:${ALPINE_VERSION} AS gen
|
||||||
RUN apk add --no-cache git
|
RUN apk add --no-cache git
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
RUN --mount=type=bind,target=. <<EOT
|
RUN --mount=type=bind,target=. <<EOT
|
||||||
#!/usr/bin/env bash
|
|
||||||
set -e
|
set -e
|
||||||
mkdir /out
|
mkdir /out
|
||||||
# see also ".mailmap" for how email addresses and names are deduplicated
|
# see also ".mailmap" for how email addresses and names are deduplicated
|
||||||
|
Loading…
Reference in New Issue
Block a user