Skip to content

Commit 9c28db3

Browse files
chore(deps): bump alpine from 3.23 to 3.24
Bumps alpine from 3.23 to 3.24. --- updated-dependencies: - dependency-name: alpine dependency-version: '3.24' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b7b9dea commit 9c28db3

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
@@ -12,7 +12,7 @@ ARG MAKEFLAGS
1212
RUN make all && \
1313
CGO_ENABLED=0 go build -a -installsuffix nocgo -o webconsole -x server.go
1414

15-
FROM alpine:3.23@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11 AS webui
15+
FROM alpine:3.24@sha256:a2d49ea686c2adfe3c992e47dc3b5e7fa6e6b5055609400dc2acaeb241c829f4 AS webui
1616

1717

1818
# Build arguments for dynamic labels

0 commit comments

Comments
 (0)