Skip to content

Commit

Permalink
Bump docker.io/alpine image from 3.20.0 to v3.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dghubble-renovate[bot] committed Jun 20, 2024
1 parent 7ac52ad commit b941360
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.22.4 AS builder
COPY . src
RUN cd src && make build

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

0 comments on commit b941360

Please sign in to comment.