Skip to content

Commit

Permalink
chore(deps): update docker digests
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 2, 2024
1 parent 3d39b26 commit 50085d1
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 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 ubuntu:22.04@sha256:19478ce7fc2ffbce89df29fea5725a8d12e57de52eb9ea570890dc5852aac1ac AS build
FROM ubuntu:22.04@sha256:340d9b015b194dc6e2a13938944e0d016e57b9679963fdeb9ce021daac430221 AS build

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

FROM ubuntu:22.04@sha256:19478ce7fc2ffbce89df29fea5725a8d12e57de52eb9ea570890dc5852aac1ac
FROM ubuntu:22.04@sha256:340d9b015b194dc6e2a13938944e0d016e57b9679963fdeb9ce021daac430221

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/ubuntu:22.04@sha256:d3009406bbc0442a943ae92203a36760a55ccbac4dd48bae07384c053fe5678f AS build
FROM arm32v7/ubuntu:22.04@sha256:e215e52905ebb967da009a009b681f219e456122d4382a370b0c7d56c21c7bb8 AS build

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

FROM arm32v7/ubuntu:22.04@sha256:d3009406bbc0442a943ae92203a36760a55ccbac4dd48bae07384c053fe5678f
FROM arm32v7/ubuntu:22.04@sha256:e215e52905ebb967da009a009b681f219e456122d4382a370b0c7d56c21c7bb8

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/ubuntu:22.04@sha256:ee2717369ac272fb83a9035762820588e77747d01a7e2fa1f36ded5a7fe672e4 AS build
FROM arm64v8/ubuntu:22.04@sha256:1d19c776e76cdb32dcc72cbd44a689c9be9518b9c4ed7f9a92b38f46176b931b AS build

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

FROM arm64v8/ubuntu:22.04@sha256:ee2717369ac272fb83a9035762820588e77747d01a7e2fa1f36ded5a7fe672e4
FROM arm64v8/ubuntu:22.04@sha256:1d19c776e76cdb32dcc72cbd44a689c9be9518b9c4ed7f9a92b38f46176b931b

ENV CRON_ENABLED false
ENV TERM xterm
Expand Down
4 changes: 2 additions & 2 deletions v22.04/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04@sha256:19478ce7fc2ffbce89df29fea5725a8d12e57de52eb9ea570890dc5852aac1ac AS build
FROM ubuntu:22.04@sha256:340d9b015b194dc6e2a13938944e0d016e57b9679963fdeb9ce021daac430221 AS build

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

FROM ubuntu:22.04@sha256:19478ce7fc2ffbce89df29fea5725a8d12e57de52eb9ea570890dc5852aac1ac
FROM ubuntu:22.04@sha256:340d9b015b194dc6e2a13938944e0d016e57b9679963fdeb9ce021daac430221

ENV CRON_ENABLED false
ENV TERM xterm
Expand Down
4 changes: 2 additions & 2 deletions v22.04/Dockerfile.arm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm32v7/ubuntu:22.04@sha256:d3009406bbc0442a943ae92203a36760a55ccbac4dd48bae07384c053fe5678f AS build
FROM arm32v7/ubuntu:22.04@sha256:e215e52905ebb967da009a009b681f219e456122d4382a370b0c7d56c21c7bb8 AS build

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

FROM arm32v7/ubuntu:22.04@sha256:d3009406bbc0442a943ae92203a36760a55ccbac4dd48bae07384c053fe5678f
FROM arm32v7/ubuntu:22.04@sha256:e215e52905ebb967da009a009b681f219e456122d4382a370b0c7d56c21c7bb8

ENV CRON_ENABLED false
ENV TERM xterm
Expand Down
4 changes: 2 additions & 2 deletions v22.04/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm64v8/ubuntu:22.04@sha256:ee2717369ac272fb83a9035762820588e77747d01a7e2fa1f36ded5a7fe672e4 AS build
FROM arm64v8/ubuntu:22.04@sha256:1d19c776e76cdb32dcc72cbd44a689c9be9518b9c4ed7f9a92b38f46176b931b AS build

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

FROM arm64v8/ubuntu:22.04@sha256:ee2717369ac272fb83a9035762820588e77747d01a7e2fa1f36ded5a7fe672e4
FROM arm64v8/ubuntu:22.04@sha256:1d19c776e76cdb32dcc72cbd44a689c9be9518b9c4ed7f9a92b38f46176b931b

ENV CRON_ENABLED false
ENV TERM xterm
Expand Down

0 comments on commit 50085d1

Please sign in to comment.