Skip to content

Commit

Permalink
Update public.ecr.aws/ubuntu/ubuntu:22.04 Docker digest to 5f6d7e4 (#93)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 9, 2023
1 parent 1c972af commit d353bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chiselled-jre/Dockerfile.22.04
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ WORKDIR /opt/chisel
RUN go generate internal/deb/version.go \
&& go build ./cmd/chisel

FROM public.ecr.aws/ubuntu/ubuntu:$UBUNTU_RELEASE@sha256:c11fe7bfade1fc23594a100a875a064d58b52ba429cbffe1213fa593769c8a17 AS builder
FROM public.ecr.aws/ubuntu/ubuntu:$UBUNTU_RELEASE@sha256:5f6d7e4dad348dbbae3c1e960dcaba98c2e262902c67c9bc41d5f2417cebaeb8 AS builder
SHELL ["/bin/bash", "-oeux", "pipefail", "-c"]
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y ca-certificates \
Expand Down

0 comments on commit d353bed

Please sign in to comment.