Skip to content

Commit 7b53c38

Browse files
Bump dotnet/runtime-deps from 6.0-jammy to 7.0-jammy in /images (actions#2745)
Bumps dotnet/runtime-deps from 6.0-jammy to 7.0-jammy. --- updated-dependencies: - dependency-name: dotnet/runtime-deps dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e22452c commit 7b53c38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

images/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Source: https://github.com/dotnet/dotnet-docker
2-
FROM mcr.microsoft.com/dotnet/runtime-deps:6.0-jammy as build
2+
FROM mcr.microsoft.com/dotnet/runtime-deps:7.0-jammy as build
33

44
ARG TARGETOS
55
ARG TARGETARCH
@@ -27,7 +27,7 @@ RUN export RUNNER_ARCH=${TARGETARCH} \
2727
&& tar zxvf docker.tgz \
2828
&& rm -rf docker.tgz
2929

30-
FROM mcr.microsoft.com/dotnet/runtime-deps:6.0-jammy
30+
FROM mcr.microsoft.com/dotnet/runtime-deps:7.0-jammy
3131

3232
ENV DEBIAN_FRONTEND=noninteractive
3333
ENV RUNNER_MANUALLY_TRAP_SIG=1

0 commit comments

Comments
 (0)