Skip to content

Commit

Permalink
Bump docker.io/alpine image from 3.20.2 to v3.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dghubble-renovate[bot] committed Sep 7, 2024
1 parent 7038bab commit 3f950e9
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.1 AS builder
COPY . src
RUN cd src && make build

FROM docker.io/alpine:3.20.2
FROM docker.io/alpine:3.20.3
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 3f950e9

Please sign in to comment.