Browse Source

Revert back to agnostic tag (#683)

- `.102-ca-patch-buster-slim` is no longer serviced
- The latest `5.0` patch has related fixes.

Context: https://github.com/dotnet/announcements/issues/180
pull/687/head
Rich Lander 5 years ago
committed by GitHub
parent
commit
a6a9c11b9a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Dockerfile

2
Dockerfile

@ -1,7 +1,7 @@
#
# Stage 1, Build Backend
#
FROM mcr.microsoft.com/dotnet/sdk:5.0.102-ca-patch-buster-slim as backend
FROM mcr.microsoft.com/dotnet/sdk:5.0 as backend
ARG SQUIDEX__VERSION=4.0.0

Loading…
Cancel
Save