Skip to content

Commit c78fbe2

Browse files
build(deps): bump alpine from 3.22.2 to 3.23.0 in /Containers/imaginary
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] <[email protected]>
1 parent d6e0d8b commit c78fbe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Containers/imaginary/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN set -ex; \
1414
build-base; \
1515
go install github.com/h2non/imaginary@"$IMAGINARY_HASH";
1616

17-
FROM alpine:3.22.2
17+
FROM alpine:3.23.0
1818
RUN set -ex; \
1919
apk upgrade --no-cache -a; \
2020
apk add --no-cache \

0 commit comments

Comments
 (0)