Skip to content

Commit 9f67c75

Browse files
Bump alpine from 3.23.3 to 3.23.4
Bumps alpine from 3.23.3 to 3.23.4. --- updated-dependencies: - dependency-name: alpine dependency-version: 3.23.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8a6f62d commit 9f67c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

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

5-
FROM docker.io/alpine:3.23.3
5+
FROM docker.io/alpine:3.23.4
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)