Skip to content

Commit

Permalink
Merge pull request #319 from dockhippie/renovate/docker-digests
Browse files Browse the repository at this point in the history
chore(deps): update docker digests
  • Loading branch information
tboerger authored May 23, 2024
2 parents 9c8172b + 0c0f5c0 commit cfbc068
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions latest/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:11@sha256:26d72b71f88865377988af6f54da9aaa5bed201f39bcee13eb55737016660df2 AS build
FROM debian:11@sha256:2c7a92a41cb814c00e7d455b2bc0c90ccdb9a4ced2ffdc10e562c7a84a186032 AS build

ENV TERM xterm
ENV DEBIAN_FRONTEND noninteractive
Expand Down Expand Up @@ -30,7 +30,7 @@ ENV GOSU_VERSION=1.13
RUN wget -O /tmp/su-exec https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-amd64 && \
chmod +x /tmp/su-exec

FROM debian:11@sha256:26d72b71f88865377988af6f54da9aaa5bed201f39bcee13eb55737016660df2
FROM debian:11@sha256:2c7a92a41cb814c00e7d455b2bc0c90ccdb9a4ced2ffdc10e562c7a84a186032

ENV CRON_ENABLED false
ENV TERM xterm
Expand Down
4 changes: 2 additions & 2 deletions latest/Dockerfile.arm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm32v7/debian:11@sha256:55034733fd35fc50c600430a0e6e59f7fe7c46b2b6630274befe3c631e015968 AS build
FROM arm32v7/debian:11@sha256:de07db284fdd71abd806c3b84c8766566fe8b211a9a5d2af99848c16d50f8da4 AS build

ENV TERM xterm
ENV DEBIAN_FRONTEND noninteractive
Expand Down Expand Up @@ -30,7 +30,7 @@ ENV GOSU_VERSION=1.13
RUN wget -O /tmp/su-exec https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-armhf && \
chmod +x /tmp/su-exec

FROM arm32v7/debian:11@sha256:55034733fd35fc50c600430a0e6e59f7fe7c46b2b6630274befe3c631e015968
FROM arm32v7/debian:11@sha256:de07db284fdd71abd806c3b84c8766566fe8b211a9a5d2af99848c16d50f8da4

ENV CRON_ENABLED false
ENV TERM xterm
Expand Down
4 changes: 2 additions & 2 deletions latest/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm64v8/debian:11@sha256:2e5a4906b6d9aaea56dc705dff91d16b092f3b0d504869f8c66cb5223dfff7c7 AS build
FROM arm64v8/debian:11@sha256:2fcb4b943d3c026dff3bb55f470140bea8c1ce2e05a03e62185d6f12dd131ac2 AS build

ENV TERM xterm
ENV DEBIAN_FRONTEND noninteractive
Expand Down Expand Up @@ -30,7 +30,7 @@ ENV GOSU_VERSION=1.13
RUN wget -O /tmp/su-exec https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-arm64 && \
chmod +x /tmp/su-exec

FROM arm64v8/debian:11@sha256:2e5a4906b6d9aaea56dc705dff91d16b092f3b0d504869f8c66cb5223dfff7c7
FROM arm64v8/debian:11@sha256:2fcb4b943d3c026dff3bb55f470140bea8c1ce2e05a03e62185d6f12dd131ac2

ENV CRON_ENABLED false
ENV TERM xterm
Expand Down
4 changes: 2 additions & 2 deletions v10/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:10@sha256:873743c4eec09ddea0dcac0cda31fce2ff348ed41cd1d5c33ecee7d42f03052f AS build
FROM debian:10@sha256:6e7bd55a5705914837aad8db01b349f4617510c11e47ccae8e87f6f14e489626 AS build

ENV TERM xterm
ENV DEBIAN_FRONTEND noninteractive
Expand Down Expand Up @@ -30,7 +30,7 @@ ENV GOSU_VERSION=1.13
RUN wget -O /tmp/su-exec https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-amd64 && \
chmod +x /tmp/su-exec

FROM debian:10@sha256:873743c4eec09ddea0dcac0cda31fce2ff348ed41cd1d5c33ecee7d42f03052f
FROM debian:10@sha256:6e7bd55a5705914837aad8db01b349f4617510c11e47ccae8e87f6f14e489626

ENV CRON_ENABLED false
ENV TERM xterm
Expand Down
4 changes: 2 additions & 2 deletions v10/Dockerfile.arm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm32v7/debian:10@sha256:25da76aea696384d64882d7cb3762ab38e427e868aab9e2efdef25321b923101 AS build
FROM arm32v7/debian:10@sha256:33d062cb9da5ae1c5ee835abe75f177a0e0f1c331eeb7a5d97d4ce3592fffcff AS build

ENV TERM xterm
ENV DEBIAN_FRONTEND noninteractive
Expand Down Expand Up @@ -30,7 +30,7 @@ ENV GOSU_VERSION=1.13
RUN wget -O /tmp/su-exec https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-armhf && \
chmod +x /tmp/su-exec

FROM arm32v7/debian:10@sha256:25da76aea696384d64882d7cb3762ab38e427e868aab9e2efdef25321b923101
FROM arm32v7/debian:10@sha256:33d062cb9da5ae1c5ee835abe75f177a0e0f1c331eeb7a5d97d4ce3592fffcff

ENV CRON_ENABLED false
ENV TERM xterm
Expand Down
4 changes: 2 additions & 2 deletions v10/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm64v8/debian:10@sha256:5e790baa2535371cf5309af22f2b721bde93bdfa22d9d2121e3ab0ac949a702f AS build
FROM arm64v8/debian:10@sha256:abce635e8fc59616febb99e6eb1872c08c55a55f7f1a1eecb45bed689ed75e7f AS build

ENV TERM xterm
ENV DEBIAN_FRONTEND noninteractive
Expand Down Expand Up @@ -30,7 +30,7 @@ ENV GOSU_VERSION=1.13
RUN wget -O /tmp/su-exec https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-arm64 && \
chmod +x /tmp/su-exec

FROM arm64v8/debian:10@sha256:5e790baa2535371cf5309af22f2b721bde93bdfa22d9d2121e3ab0ac949a702f
FROM arm64v8/debian:10@sha256:abce635e8fc59616febb99e6eb1872c08c55a55f7f1a1eecb45bed689ed75e7f

ENV CRON_ENABLED false
ENV TERM xterm
Expand Down
4 changes: 2 additions & 2 deletions v11/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:11@sha256:26d72b71f88865377988af6f54da9aaa5bed201f39bcee13eb55737016660df2 AS build
FROM debian:11@sha256:2c7a92a41cb814c00e7d455b2bc0c90ccdb9a4ced2ffdc10e562c7a84a186032 AS build

ENV TERM xterm
ENV DEBIAN_FRONTEND noninteractive
Expand Down Expand Up @@ -30,7 +30,7 @@ ENV GOSU_VERSION=1.13
RUN wget -O /tmp/su-exec https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-amd64 && \
chmod +x /tmp/su-exec

FROM debian:11@sha256:26d72b71f88865377988af6f54da9aaa5bed201f39bcee13eb55737016660df2
FROM debian:11@sha256:2c7a92a41cb814c00e7d455b2bc0c90ccdb9a4ced2ffdc10e562c7a84a186032

ENV CRON_ENABLED false
ENV TERM xterm
Expand Down
4 changes: 2 additions & 2 deletions v11/Dockerfile.arm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm32v7/debian:11@sha256:55034733fd35fc50c600430a0e6e59f7fe7c46b2b6630274befe3c631e015968 AS build
FROM arm32v7/debian:11@sha256:de07db284fdd71abd806c3b84c8766566fe8b211a9a5d2af99848c16d50f8da4 AS build

ENV TERM xterm
ENV DEBIAN_FRONTEND noninteractive
Expand Down Expand Up @@ -30,7 +30,7 @@ ENV GOSU_VERSION=1.13
RUN wget -O /tmp/su-exec https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-armhf && \
chmod +x /tmp/su-exec

FROM arm32v7/debian:11@sha256:55034733fd35fc50c600430a0e6e59f7fe7c46b2b6630274befe3c631e015968
FROM arm32v7/debian:11@sha256:de07db284fdd71abd806c3b84c8766566fe8b211a9a5d2af99848c16d50f8da4

ENV CRON_ENABLED false
ENV TERM xterm
Expand Down
4 changes: 2 additions & 2 deletions v11/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm64v8/debian:11@sha256:2e5a4906b6d9aaea56dc705dff91d16b092f3b0d504869f8c66cb5223dfff7c7 AS build
FROM arm64v8/debian:11@sha256:2fcb4b943d3c026dff3bb55f470140bea8c1ce2e05a03e62185d6f12dd131ac2 AS build

ENV TERM xterm
ENV DEBIAN_FRONTEND noninteractive
Expand Down Expand Up @@ -30,7 +30,7 @@ ENV GOSU_VERSION=1.13
RUN wget -O /tmp/su-exec https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-arm64 && \
chmod +x /tmp/su-exec

FROM arm64v8/debian:11@sha256:2e5a4906b6d9aaea56dc705dff91d16b092f3b0d504869f8c66cb5223dfff7c7
FROM arm64v8/debian:11@sha256:2fcb4b943d3c026dff3bb55f470140bea8c1ce2e05a03e62185d6f12dd131ac2

ENV CRON_ENABLED false
ENV TERM xterm
Expand Down
4 changes: 2 additions & 2 deletions v12/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:12@sha256:b37bc259c67238d814516548c17ad912f26c3eed48dd9bb54893eafec8739c89 AS build
FROM debian:12@sha256:fac2c0fd33e88dfd3bc88a872cfb78dcb167e74af6162d31724df69e482f886c AS build

ENV TERM xterm
ENV DEBIAN_FRONTEND noninteractive
Expand Down Expand Up @@ -30,7 +30,7 @@ ENV GOSU_VERSION=1.13
RUN wget -O /tmp/su-exec https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-amd64 && \
chmod +x /tmp/su-exec

FROM debian:12@sha256:b37bc259c67238d814516548c17ad912f26c3eed48dd9bb54893eafec8739c89
FROM debian:12@sha256:fac2c0fd33e88dfd3bc88a872cfb78dcb167e74af6162d31724df69e482f886c

ENV CRON_ENABLED false
ENV TERM xterm
Expand Down
4 changes: 2 additions & 2 deletions v12/Dockerfile.arm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm32v7/debian:12@sha256:72f95924eb348f8dcd1f01a5888ac50a126aa63009dc7705abaeeda2e18f04ea AS build
FROM arm32v7/debian:12@sha256:c5f29bcdb75f6a394c94d3f57daa79503870d45a3cd48b4a04fda725e9bd45db AS build

ENV TERM xterm
ENV DEBIAN_FRONTEND noninteractive
Expand Down Expand Up @@ -30,7 +30,7 @@ ENV GOSU_VERSION=1.13
RUN wget -O /tmp/su-exec https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-armhf && \
chmod +x /tmp/su-exec

FROM arm32v7/debian:12@sha256:72f95924eb348f8dcd1f01a5888ac50a126aa63009dc7705abaeeda2e18f04ea
FROM arm32v7/debian:12@sha256:c5f29bcdb75f6a394c94d3f57daa79503870d45a3cd48b4a04fda725e9bd45db

ENV CRON_ENABLED false
ENV TERM xterm
Expand Down
4 changes: 2 additions & 2 deletions v12/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm64v8/debian:12@sha256:e27b218f4fbed3b1b2769805708bf8c4cb7992287e801c8a38821d8765d02880 AS build
FROM arm64v8/debian:12@sha256:3d67cec2f6aa8a4d6aa496ae8097747f216fe850aebc8db99548cb8a85e73181 AS build

ENV TERM xterm
ENV DEBIAN_FRONTEND noninteractive
Expand Down Expand Up @@ -30,7 +30,7 @@ ENV GOSU_VERSION=1.13
RUN wget -O /tmp/su-exec https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-arm64 && \
chmod +x /tmp/su-exec

FROM arm64v8/debian:12@sha256:e27b218f4fbed3b1b2769805708bf8c4cb7992287e801c8a38821d8765d02880
FROM arm64v8/debian:12@sha256:3d67cec2f6aa8a4d6aa496ae8097747f216fe850aebc8db99548cb8a85e73181

ENV CRON_ENABLED false
ENV TERM xterm
Expand Down

0 comments on commit cfbc068

Please sign in to comment.