Skip to content

Commit b554f0b

Browse files
[docker] Bump alpine from 3.22.2 to 3.23.0
Bumps alpine from 3.22.2 to 3.23.0. --- updated-dependencies: - dependency-name: alpine dependency-version: 3.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4851ef2 commit b554f0b

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
@@ -1,5 +1,5 @@
11
# sample dockerfile for testing call-docker-build.yaml
2-
FROM alpine:3.22.2
2+
FROM alpine:3.23.0
33

44
RUN apk add --no-cache curl
55

0 commit comments

Comments
 (0)