Skip to content

Commit 8da8cb8

Browse files
Bump docker.io/alpine image from 3.22.2 to v3.23.0 (#387)
Co-authored-by: dghubble-renovate[bot] <119624128+dghubble-renovate[bot]@users.noreply.github.com>
1 parent 28bb973 commit 8da8cb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM docker.io/golang:1.25.5 AS builder
22
COPY . src
33
RUN cd src && make build
44

5-
FROM docker.io/alpine:3.22.2
5+
FROM docker.io/alpine:3.23.0
66
LABEL maintainer="Dalton Hubble <dghubble@gmail.com>"
77
LABEL org.opencontainers.image.title="fleetlock",
88
LABEL org.opencontainers.image.source="https://github.com/poseidon/fleetlock"

0 commit comments

Comments
 (0)