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 606a9e0
  • Loading branch information
renovate[bot] authored Aug 23, 2024
1 parent 9170145 commit ff06acd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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=0.10.0

FROM public.ecr.aws/ubuntu/ubuntu:$UBUNTU_RELEASE@sha256:78d99e21d570afdd81ffa2c30c5eb7b65bcfaaf7d34b6bcd895e7b741b091bc7 AS builder
FROM public.ecr.aws/ubuntu/ubuntu:$UBUNTU_RELEASE@sha256:606a9e0ca22a44f8956dcb463ab4daba5d50c100ea8075d3c24a2bddd161d320 AS builder
ARG USER
ARG UID
ARG GROUP
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=0.10.0
ARG TARGETARCH=amd64

FROM public.ecr.aws/ubuntu/ubuntu:$UBUNTU_RELEASE@sha256:78d99e21d570afdd81ffa2c30c5eb7b65bcfaaf7d34b6bcd895e7b741b091bc7 AS builder
FROM public.ecr.aws/ubuntu/ubuntu:$UBUNTU_RELEASE@sha256:606a9e0ca22a44f8956dcb463ab4daba5d50c100ea8075d3c24a2bddd161d320 AS builder
ARG CHISEL_VERSION
ARG TARGETARCH
ADD https://github.com/canonical/chisel/releases/download/v${CHISEL_VERSION}/chisel_v${CHISEL_VERSION}_linux_${TARGETARCH}.tar.gz chisel.tar.gz
Expand Down

0 comments on commit ff06acd

Please sign in to comment.