Skip to content

Commit

Permalink
Bump docker.io/alpine image from 3.21.1 to v3.21.2 (#290)
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 caf99ac commit 0bd437b
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 <dghubble@gmail.com>"
LABEL org.opencontainers.image.title="fleetlock",
LABEL org.opencontainers.image.source="https://github.com/poseidon/fleetlock"
Expand Down

0 comments on commit 0bd437b

Please sign in to comment.