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 83fc61c (channels/17/edge) (#294)

* chore(deps): update public.ecr.aws/ubuntu/ubuntu:22.04 docker digest to 83fc61c

* fix fedora builder version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Vladimir Petko <[email protected]>
  • Loading branch information
renovate[bot] and vpa1977 authored Nov 23, 2023
1 parent 4b85531 commit 4b7007e
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:c6871ae8b54fb3ed0ba4df4eb98527e9a6692088fe0c2f2260a9334853092b47 AS builder
FROM public.ecr.aws/ubuntu/ubuntu:$UBUNTU_RELEASE@sha256:83fc61c57dee4e20e0dfac33e988fd54160b136875cd6f4e9ff53ac178ddbeb6 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 benchmark/acmeair-tomcat/Dockerfile.yum
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG BASE_IMAGE

FROM fedora as builder
FROM fedora:37 as builder

ENV CATALINA_HOME /usr/local/tomcat
ENV PATH $CATALINA_HOME/bin:$PATH
Expand Down
2 changes: 1 addition & 1 deletion jre/Dockerfile.22.04
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG UID=101
ARG GROUP=app
ARG GID=101

FROM public.ecr.aws/ubuntu/ubuntu:$UBUNTU_RELEASE@sha256:c6871ae8b54fb3ed0ba4df4eb98527e9a6692088fe0c2f2260a9334853092b47 AS builder
FROM public.ecr.aws/ubuntu/ubuntu:$UBUNTU_RELEASE@sha256:83fc61c57dee4e20e0dfac33e988fd54160b136875cd6f4e9ff53ac178ddbeb6 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 @@ -13,7 +13,7 @@ WORKDIR /opt/chisel
RUN go generate internal/deb/version.go \
&& go build ./cmd/chisel

FROM public.ecr.aws/ubuntu/ubuntu:$UBUNTU_RELEASE@sha256:c6871ae8b54fb3ed0ba4df4eb98527e9a6692088fe0c2f2260a9334853092b47 AS builder
FROM public.ecr.aws/ubuntu/ubuntu:$UBUNTU_RELEASE@sha256:83fc61c57dee4e20e0dfac33e988fd54160b136875cd6f4e9ff53ac178ddbeb6 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 4b7007e

Please sign in to comment.