Skip to content

Commit

Permalink
Merge pull request #3454 from nextcloud/dependabot/docker/Containers/…
Browse files Browse the repository at this point in the history
…watchtower/alpine-3.18.4
  • Loading branch information
szaimen authored Sep 29, 2023
2 parents 0f54507 + 3202e20 commit 6ffa041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containers/watchtower/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# From https://github.com/containrrr/watchtower/blob/main/dockerfiles/Dockerfile.self-contained
FROM containrrr/watchtower:1.5.3 as watchtower

FROM alpine:3.18.3
FROM alpine:3.18.4

RUN apk add --no-cache bash
COPY --from=watchtower /watchtower /watchtower
Expand Down

0 comments on commit 6ffa041

Please sign in to comment.