Skip to content
This repository was archived by the owner on Aug 11, 2025. It is now read-only.

Commit a0a9b23

Browse files
chore(deps): update alpine docker tag to v3.22.1 (#90)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 36fe5cc commit a0a9b23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.20.2
1+
FROM alpine:3.22.1
22

33
# Copy the binary that goreleaser built
44
COPY fleetdb /fleetdb

Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN export LDFLAG_LOCATION="go.infratographer.com/x/versionx" && \
2626
# Use the official Alpine image for a lean production container.
2727
# https://hub.docker.com/_/alpine
2828
# https://docs.docker.com/develop/develop-images/multistage-build/#use-multi-stage-builds
29-
FROM alpine:3.20.1
29+
FROM alpine:3.22.1
3030
RUN apk add --no-cache ca-certificates
3131

3232
# Copy the binary to the production image from the builder stage.

0 commit comments

Comments
 (0)