Skip to content

Commit

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

Bump alpine from 3.18.4 to 3.18.5 in /Containers/imaginary
  • Loading branch information
szaimen authored Dec 1, 2023
2 parents 890ba86 + 4f4d8c3 commit 35990e6
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 @@ -12,7 +12,7 @@ RUN set -ex; \
build-base; \
go install github.com/h2non/imaginary@"$IMAGINARY_HASH";

FROM alpine:3.18.4
FROM alpine:3.18.5
RUN set -ex; \
apk add --no-cache \
tzdata \
Expand Down

0 comments on commit 35990e6

Please sign in to comment.