Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update docker digests #179

Merged
merged 1 commit into from
Jun 13, 2024
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 latest/Dockerfile.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN git clone -b ${WATCHTOWER_VERSION} https://github.com/containrrr/watchtower.
cd /srv/app/src && \
GO111MODULE=on go install

FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:5ab66c89e3757ba671ef831c384fb2f157b809476a853a78bb474a56fe3f6e54
FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:e88daf2110eb7e3d851af3d03c8bd6068b43cc9a9b9764413e88fa9c4cffac8e

WORKDIR /root
CMD ["/usr/bin/container"]
Expand Down
2 changes: 1 addition & 1 deletion latest/Dockerfile.arm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN git clone -b ${WATCHTOWER_VERSION} https://github.com/containrrr/watchtower.
cd /srv/app/src && \
GO111MODULE=on go install

FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:e75a623ed537278206efda32b773674ec0fa6257d329cb02a97c1e4c168460ae
FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:0183469e5cf6dfbbfdb0285ad7550818fd41899451c1013bb5bebe286c21e4dc

WORKDIR /root
CMD ["/usr/bin/container"]
Expand Down
2 changes: 1 addition & 1 deletion latest/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN git clone -b ${WATCHTOWER_VERSION} https://github.com/containrrr/watchtower.
cd /srv/app/src && \
GO111MODULE=on go install

FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:5f96b55e7f45cf3cdf27b8ed005f9d765ff0f3db7f6218f4560e12ccd1b02293
FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:9573f22196dd08162c88c61e56738114f9566aea7fab1b6b6c3583e8ea45a026

WORKDIR /root
CMD ["/usr/bin/container"]
Expand Down
2 changes: 1 addition & 1 deletion v1.4/Dockerfile.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN git clone -b ${WATCHTOWER_VERSION} https://github.com/containrrr/watchtower.
cd /srv/app/src && \
GO111MODULE=on go install

FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:5ab66c89e3757ba671ef831c384fb2f157b809476a853a78bb474a56fe3f6e54
FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:e88daf2110eb7e3d851af3d03c8bd6068b43cc9a9b9764413e88fa9c4cffac8e

WORKDIR /root
CMD ["/usr/bin/container"]
Expand Down
2 changes: 1 addition & 1 deletion v1.4/Dockerfile.arm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN git clone -b ${WATCHTOWER_VERSION} https://github.com/containrrr/watchtower.
cd /srv/app/src && \
GO111MODULE=on go install

FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:e75a623ed537278206efda32b773674ec0fa6257d329cb02a97c1e4c168460ae
FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:0183469e5cf6dfbbfdb0285ad7550818fd41899451c1013bb5bebe286c21e4dc

WORKDIR /root
CMD ["/usr/bin/container"]
Expand Down
2 changes: 1 addition & 1 deletion v1.4/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN git clone -b ${WATCHTOWER_VERSION} https://github.com/containrrr/watchtower.
cd /srv/app/src && \
GO111MODULE=on go install

FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:5f96b55e7f45cf3cdf27b8ed005f9d765ff0f3db7f6218f4560e12ccd1b02293
FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:9573f22196dd08162c88c61e56738114f9566aea7fab1b6b6c3583e8ea45a026

WORKDIR /root
CMD ["/usr/bin/container"]
Expand Down
2 changes: 1 addition & 1 deletion v1.5/Dockerfile.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN git clone -b ${WATCHTOWER_VERSION} https://github.com/containrrr/watchtower.
cd /srv/app/src && \
GO111MODULE=on go install

FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:5ab66c89e3757ba671ef831c384fb2f157b809476a853a78bb474a56fe3f6e54
FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:e88daf2110eb7e3d851af3d03c8bd6068b43cc9a9b9764413e88fa9c4cffac8e

WORKDIR /root
CMD ["/usr/bin/container"]
Expand Down
2 changes: 1 addition & 1 deletion v1.5/Dockerfile.arm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN git clone -b ${WATCHTOWER_VERSION} https://github.com/containrrr/watchtower.
cd /srv/app/src && \
GO111MODULE=on go install

FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:e75a623ed537278206efda32b773674ec0fa6257d329cb02a97c1e4c168460ae
FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:0183469e5cf6dfbbfdb0285ad7550818fd41899451c1013bb5bebe286c21e4dc

WORKDIR /root
CMD ["/usr/bin/container"]
Expand Down
2 changes: 1 addition & 1 deletion v1.5/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN git clone -b ${WATCHTOWER_VERSION} https://github.com/containrrr/watchtower.
cd /srv/app/src && \
GO111MODULE=on go install

FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:5f96b55e7f45cf3cdf27b8ed005f9d765ff0f3db7f6218f4560e12ccd1b02293
FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:9573f22196dd08162c88c61e56738114f9566aea7fab1b6b6c3583e8ea45a026

WORKDIR /root
CMD ["/usr/bin/container"]
Expand Down