Skip to content

Commit ada6a60

Browse files
committed
deps: update to Alpine 3.21 base images
Signed-off-by: Jacob Howard <[email protected]>
1 parent 6597b8a commit ada6a60

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

images/sidecar/linux/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use an Alpine-based Go builder.
2-
FROM golang:1.23.6-alpine3.20 AS builder
2+
FROM golang:1.23.6-alpine3.21 AS builder
33

44
# Disable cgo in order to match the behavior of our release binaries (and to
55
# avoid the need for gcc on certain architectures).
@@ -21,7 +21,7 @@ RUN ["go", "build", "-o", "mutagen-agent-sspl", "-tags", "mutagenagent,mutagenss
2121

2222

2323
# Switch to a vanilla Alpine base for the final image.
24-
FROM alpine:3.20 AS base
24+
FROM alpine:3.21 AS base
2525

2626
# Copy the sidecar entry point from the builder.
2727
COPY --from=builder ["/mutagen/mutagen-sidecar", "/usr/bin/mutagen-sidecar"]

scripts/ci/docker/linux/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Set the base image.
2-
FROM alpine:3.20
2+
FROM alpine:3.21
33

44
# Add the HTTP demo server.
55
COPY ["httpdemo", "/httpdemo"]

0 commit comments

Comments
 (0)