We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28bb973 commit 8da8cb8Copy full SHA for 8da8cb8
1 file changed
Dockerfile
@@ -2,7 +2,7 @@ FROM docker.io/golang:1.25.5 AS builder
2
COPY . src
3
RUN cd src && make build
4
5
-FROM docker.io/alpine:3.22.2
+FROM docker.io/alpine:3.23.0
6
LABEL maintainer="Dalton Hubble <dghubble@gmail.com>"
7
LABEL org.opencontainers.image.title="fleetlock",
8
LABEL org.opencontainers.image.source="https://github.com/poseidon/fleetlock"
0 commit comments