Skip to content

Commit b364e9b

Browse files
build(deps): bump alpine from 3.19 to 3.21
Bumps alpine from 3.19 to 3.21. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 63369d7 commit b364e9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# --- base stage --- #
44

5-
FROM alpine:3.19 AS base
5+
FROM alpine:3.21 AS base
66

77
# hadolint ignore=DL3018
88
RUN apk add --no-cache --update \

0 commit comments

Comments
 (0)