Skip to content

Commit c2d4501

Browse files
dependabot[bot]atodorov
authored andcommitted
Bump alpine from 3.19 to 3.20
Bumps alpine from 3.19 to 3.20. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7664f96 commit c2d4501

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
@@ -1,4 +1,4 @@
1-
FROM alpine:3.19 as runtime-base
1+
FROM alpine:3.20 as runtime-base
22

33
RUN apk --no-cache upgrade && \
44
apk --no-cache add github-cli python3 && \

0 commit comments

Comments
 (0)