Skip to content

Commit

Permalink
chore(deps): update public.ecr.aws/ubuntu/ubuntu:22.04 docker digest …
Browse files Browse the repository at this point in the history
…to b2fd7c7
  • Loading branch information
renovate[bot] authored Jan 26, 2025
1 parent 4253bca commit 4f4a9b4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion benchmark/acmeair-tomcat/Dockerfile.distroless
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /opt/chisel
RUN go generate internal/deb/version.go \
&& go build ./cmd/chisel

FROM public.ecr.aws/ubuntu/ubuntu:$UBUNTU_RELEASE@sha256:1582c29f34a48752e406f1a261fe9545fad895da3f6bb4be55bc82485557564e AS builder
FROM public.ecr.aws/ubuntu/ubuntu:$UBUNTU_RELEASE@sha256:b2fd7c7dee18f2ce9023550702af6408d322a278800ed07829c6dc94b82960b0 AS builder
SHELL ["/bin/bash", "-oeux", "pipefail", "-c"]
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y ca-certificates \
Expand Down
2 changes: 1 addition & 1 deletion jre/Dockerfile.22.04
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG GROUP=app
ARG GID=101
ARG CHISEL_VERSION=1.1.0

FROM public.ecr.aws/ubuntu/ubuntu:$UBUNTU_RELEASE@sha256:1582c29f34a48752e406f1a261fe9545fad895da3f6bb4be55bc82485557564e AS builder
FROM public.ecr.aws/ubuntu/ubuntu:$UBUNTU_RELEASE@sha256:b2fd7c7dee18f2ce9023550702af6408d322a278800ed07829c6dc94b82960b0 AS builder
ARG USER
ARG UID
ARG GROUP
Expand Down
2 changes: 1 addition & 1 deletion tests/containers/maven/Dockerfile.22.04
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG BASE_IMAGE=ubuntu/jre:17_edge
ARG CHISEL_VERSION=1.1.0
ARG TARGETARCH=amd64

FROM public.ecr.aws/ubuntu/ubuntu:$UBUNTU_RELEASE@sha256:1582c29f34a48752e406f1a261fe9545fad895da3f6bb4be55bc82485557564e AS jdk
FROM public.ecr.aws/ubuntu/ubuntu:$UBUNTU_RELEASE@sha256:b2fd7c7dee18f2ce9023550702af6408d322a278800ed07829c6dc94b82960b0 AS jdk

ARG CHISEL_VERSION
ARG TARGETARCH
Expand Down
2 changes: 1 addition & 1 deletion tests/pdfbox/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG GID=101
ARG CHISEL_VERSION=1.1.0
ARG TARGETARCH=amd64

FROM public.ecr.aws/ubuntu/ubuntu:$UBUNTU_RELEASE@sha256:1582c29f34a48752e406f1a261fe9545fad895da3f6bb4be55bc82485557564e AS builder
FROM public.ecr.aws/ubuntu/ubuntu:$UBUNTU_RELEASE@sha256:b2fd7c7dee18f2ce9023550702af6408d322a278800ed07829c6dc94b82960b0 AS builder
ARG CHISEL_VERSION
ARG TARGETARCH
RUN apt-get update \
Expand Down

0 comments on commit 4f4a9b4

Please sign in to comment.