Skip to content

Commit

Permalink
Merge pull request #5713 from nextcloud/dependabot/docker/Containers/…
Browse files Browse the repository at this point in the history
…imaginary/alpine-3.21.0

build(deps): bump alpine from 3.20.3 to 3.21.0 in /Containers/imaginary
  • Loading branch information
szaimen authored Dec 16, 2024
2 parents d6bb510 + f841145 commit 643559d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containers/imaginary/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN set -ex; \
build-base; \
go install github.com/h2non/imaginary@"$IMAGINARY_HASH";

FROM alpine:3.20.3
FROM alpine:3.21.0
RUN set -ex; \
apk upgrade --no-cache -a; \
apk add --no-cache \
Expand Down

0 comments on commit 643559d

Please sign in to comment.