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 507d5d9 (#382)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 3, 2024
1 parent 9f65ca3 commit 213270b
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.9.1

FROM public.ecr.aws/ubuntu/ubuntu:$UBUNTU_RELEASE@sha256:1cc4019c277242e5fb710f2cf40af1590ad053b7d764efba48b051871dcc18d8 AS builder
FROM public.ecr.aws/ubuntu/ubuntu:$UBUNTU_RELEASE@sha256:507d5d9e56228b802b0fff23956efa631dd01a2a6d9a8c511838592d3aac92b6 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.9.1
ARG TARGETARCH=amd64

FROM public.ecr.aws/ubuntu/ubuntu:$UBUNTU_RELEASE@sha256:1cc4019c277242e5fb710f2cf40af1590ad053b7d764efba48b051871dcc18d8 AS builder
FROM public.ecr.aws/ubuntu/ubuntu:$UBUNTU_RELEASE@sha256:507d5d9e56228b802b0fff23956efa631dd01a2a6d9a8c511838592d3aac92b6 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 213270b

Please sign in to comment.