Skip to content

Commit

Permalink
Bump docker.io/alpine image from 3.21.1 to v3.21.2 (#1374)
Browse files Browse the repository at this point in the history
Co-authored-by: dghubble-renovate[bot] <119624128+dghubble-renovate[bot]@users.noreply.github.com>
  • Loading branch information
dghubble-renovate[bot] authored Jan 9, 2025
1 parent 24cea23 commit 8742529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM docker.io/golang:1.23.4 AS builder
COPY . src
RUN cd src && make build

FROM docker.io/alpine:3.21.1
FROM docker.io/alpine:3.21.2
LABEL maintainer="Dalton Hubble <[email protected]>"
LABEL org.opencontainers.image.title="Matchbox",
LABEL org.opencontainers.image.source="https://github.com/poseidon/matchbox"
Expand Down

0 comments on commit 8742529

Please sign in to comment.