Skip to content

Commit

Permalink
chore(deps): update ubuntu.azurecr.io/ubuntu:24.04 docker digest to e…
Browse files Browse the repository at this point in the history
…0fb16e (#643)
  • Loading branch information
renovate[bot] authored Aug 22, 2024
1 parent af51be6 commit 11569ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dotnet-aspnet/Dockerfile.24.04
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG UBUNTU_RELEASE=24.04
ARG USER=app UID=101 GROUP=app GID=101
ARG CHISEL_VERSION=0.10.0

FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:65ccda647ad998c36c5b0365e308ec0b1bc770ace445d5e954d55ac8c19a9c27 AS builder
FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:e0fb16e0974075af9edf8bfdfa1d55714f64788151aedd10dff2903f54ffab53 AS builder
ARG USER UID GROUP GID TARGETARCH UBUNTU_RELEASE CHISEL_VERSION
SHELL ["/bin/bash", "-oeux", "pipefail", "-c"]
RUN apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion dotnet-deps/Dockerfile.24.04
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG UBUNTU_RELEASE=24.04
ARG USER=app UID=101 GROUP=app GID=101
ARG CHISEL_VERSION=0.10.0

FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:65ccda647ad998c36c5b0365e308ec0b1bc770ace445d5e954d55ac8c19a9c27 AS builder
FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:e0fb16e0974075af9edf8bfdfa1d55714f64788151aedd10dff2903f54ffab53 AS builder
ARG USER UID GROUP GID TARGETARCH UBUNTU_RELEASE CHISEL_VERSION
SHELL ["/bin/bash", "-oeux", "pipefail", "-c"]
RUN apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion dotnet-runtime/Dockerfile.24.04
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG UBUNTU_RELEASE=24.04
ARG USER=app UID=101 GROUP=app GID=101
ARG CHISEL_VERSION=0.10.0

FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:65ccda647ad998c36c5b0365e308ec0b1bc770ace445d5e954d55ac8c19a9c27 AS builder
FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:e0fb16e0974075af9edf8bfdfa1d55714f64788151aedd10dff2903f54ffab53 AS builder
ARG USER UID GROUP GID TARGETARCH UBUNTU_RELEASE CHISEL_VERSION
SHELL ["/bin/bash", "-oeux", "pipefail", "-c"]
RUN apt-get update \
Expand Down

0 comments on commit 11569ed

Please sign in to comment.