Skip to content

Commit

Permalink
Bump docker.io/alpine image from 3.21.0 to v3.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dghubble-renovate[bot] authored Jan 7, 2025
1 parent ccd2001 commit f5ef4b0
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.0
FROM docker.io/alpine:3.21.1
LABEL maintainer="Dalton Hubble <dghubble@gmail.com>"
LABEL org.opencontainers.image.title="scuttle",
LABEL org.opencontainers.image.source="https://github.com/poseidon/scuttle"
Expand Down

0 comments on commit f5ef4b0

Please sign in to comment.