Skip to content

Commit 85706ba

Browse files
chore(deps): update ubuntu.azurecr.io/ubuntu:24.04 docker digest to f65b6ec (#795)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5972e34 commit 85706ba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dotnet-aspnet/Dockerfile.24.04

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG UBUNTU_RELEASE=24.04
22
ARG USER=app UID=101 GROUP=app GID=101
33
ARG CHISEL_VERSION=1.2.0
44

5-
FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:ca5dac7da0fb8dbad2923608891b6c030586d939d8321443c2199504cc34006f AS builder
5+
FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:f65b6ec1d0ded61cebcfd7f39b1d3668967542d591fe12d2f80f2c23cbd3b681 AS builder
66
ARG USER UID GROUP GID TARGETARCH UBUNTU_RELEASE CHISEL_VERSION
77
SHELL ["/bin/bash", "-oeux", "pipefail", "-c"]
88
RUN apt-get update \

dotnet-deps/Dockerfile.24.04

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG UBUNTU_RELEASE=24.04
22
ARG USER=app UID=101 GROUP=app GID=101
33
ARG CHISEL_VERSION=1.2.0
44

5-
FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:ca5dac7da0fb8dbad2923608891b6c030586d939d8321443c2199504cc34006f AS builder
5+
FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:f65b6ec1d0ded61cebcfd7f39b1d3668967542d591fe12d2f80f2c23cbd3b681 AS builder
66
ARG USER UID GROUP GID TARGETARCH UBUNTU_RELEASE CHISEL_VERSION
77
SHELL ["/bin/bash", "-oeux", "pipefail", "-c"]
88
RUN apt-get update \

dotnet-runtime/Dockerfile.24.04

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG UBUNTU_RELEASE=24.04
22
ARG USER=app UID=101 GROUP=app GID=101
33
ARG CHISEL_VERSION=1.2.0
44

5-
FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:ca5dac7da0fb8dbad2923608891b6c030586d939d8321443c2199504cc34006f AS builder
5+
FROM ubuntu.azurecr.io/ubuntu:$UBUNTU_RELEASE@sha256:f65b6ec1d0ded61cebcfd7f39b1d3668967542d591fe12d2f80f2c23cbd3b681 AS builder
66
ARG USER UID GROUP GID TARGETARCH UBUNTU_RELEASE CHISEL_VERSION
77
SHELL ["/bin/bash", "-oeux", "pipefail", "-c"]
88
RUN apt-get update \

0 commit comments

Comments
 (0)