Skip to content

Commit

Permalink
QD-8148 Update mcr.microsoft.com/dotnet/sdk Docker tag to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 27, 2024
1 parent 49fd32c commit ffadde5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion next/base/cdnet.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG DOTNET_BASE_TAG="6.0-bullseye-slim"
ARG DOTNET_BASE_TAG="7.0-bullseye-slim"
FROM mcr.microsoft.com/dotnet/sdk:$DOTNET_BASE_TAG

# renovate: datasource=repology depName=debian_11/ca-certificates versioning=loose
Expand Down
2 changes: 1 addition & 1 deletion next/base/dotnet.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG NODE_TAG="20-bullseye-slim"
ARG DOTNET_BASE_TAG="6.0-bullseye-slim"
ARG DOTNET_BASE_TAG="7.0-bullseye-slim"
FROM node:$NODE_TAG AS node_base
FROM mcr.microsoft.com/dotnet/sdk:$DOTNET_BASE_TAG

Expand Down

0 comments on commit ffadde5

Please sign in to comment.