Skip to content

Commit 6fc037e

Browse files
chore(deps): bump alpine from 3.23 to 3.24 (#529)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bf38235 commit 6fc037e

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:28bd5fe8b56d1bd048e5babf5b10710ebe0bae67db86916198a6eec434943f8b AS webui
1616

1717

1818
# Build arguments for dynamic labels

0 commit comments

Comments
 (0)