Skip to content

Commit a5421ab

Browse files
committed
Update alpine Docker tag to v3.21.3
1 parent b8ae177 commit a5421ab

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1.13.0
2-
ARG VERSION=3.21.2
2+
ARG VERSION=3.21.3
33

44
# =========================================================
55
FROM alpine:$VERSION AS overlay

builder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN \
77
CGO_ENABLED=0 go build -o /go/bin/init -v --ldflags '-s -w -extldflags=-static'
88

99
# =========================================================
10-
FROM alpine:3.21.2 AS image
10+
FROM alpine:3.21.3 AS image
1111
SHELL ["/bin/ash", "-euxo", "pipefail", "-c"]
1212
RUN apk add --no-cache \
1313
bash \

emulator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN --mount=from=claylinux/alpine-virt:latest,target=/system build-image --forma
77

88
# =========================================================
99
# Generate a qemu image running our custom OS image
10-
FROM alpine:3.21.2 AS emulator
10+
FROM alpine:3.21.3 AS emulator
1111
RUN apk add --no-cache bash qemu-system-x86_64 ovmf
1212
COPY entrypoint.sh /entrypoint
1313
ENTRYPOINT ["/entrypoint"]

0 commit comments

Comments
 (0)