Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion linux/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# renovate: datasource=github-releases depName=watchtower packageName=nicholas-fedor/watchtower
ARG WATCHTOWER_VERSION=1.16.1
ARG WATCHTOWER_VERSION=1.17.0

FROM alpine:3.23@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11 as base

Expand Down
2 changes: 1 addition & 1 deletion windows/Dockerfile.2019
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# escape=`

# renovate: datasource=github-releases depName=watchtower packageName=nicholas-fedor/watchtower
ARG WATCHTOWER_VERSION=1.16.1
ARG WATCHTOWER_VERSION=1.17.0

FROM mcr.microsoft.com/windows/nanoserver:ltsc2025@sha256:6e992d90503fcac01630020f8114c31cacf7a2a189f5c50a94e442478257972c AS build

Expand Down
2 changes: 1 addition & 1 deletion windows/Dockerfile.2022
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# escape=`

# renovate: datasource=github-releases depName=watchtower packageName=nicholas-fedor/watchtower
ARG WATCHTOWER_VERSION=1.16.1
ARG WATCHTOWER_VERSION=1.17.0

FROM mcr.microsoft.com/windows/nanoserver:ltsc2025@sha256:6e992d90503fcac01630020f8114c31cacf7a2a189f5c50a94e442478257972c AS build

Expand Down
2 changes: 1 addition & 1 deletion windows/Dockerfile.2025
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# escape=`

# renovate: datasource=github-releases depName=watchtower packageName=nicholas-fedor/watchtower
ARG WATCHTOWER_VERSION=1.16.1
ARG WATCHTOWER_VERSION=1.17.0

FROM mcr.microsoft.com/windows/nanoserver:ltsc2025@sha256:6e992d90503fcac01630020f8114c31cacf7a2a189f5c50a94e442478257972c AS build

Expand Down
Loading