aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2020-11-15 20:04:44 -0500
committerGitHub <noreply@github.com>2020-11-15 20:04:44 -0500
commit8722c1b7f683be481e2859e65b5e1a5e0bb6bdc4 (patch)
treebbe1b150db06c14211a6fc074fdc4ef05127293c
parent2f426dfc97677deffb60420078b20a7f5f03977e (diff)
parentd76afb209fb793641ff5dd72d0bf9b3a0739705d (diff)
Merge pull request #4492 from Artiume/patch-5
update dotnet 5.0 buster image
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 639a1196c..963027b49 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -8,7 +8,7 @@ RUN apk add curl git zlib zlib-dev autoconf g++ make libpng-dev gifsicle alpine-
&& yarn install \
&& mv dist /dist
-FROM mcr.microsoft.com/dotnet/sdk:${DOTNET_VERSION}-buster as builder
+FROM mcr.microsoft.com/dotnet/sdk:${DOTNET_VERSION}-buster-slim as builder
WORKDIR /repo
COPY . .
ENV DOTNET_CLI_TELEMETRY_OPTOUT=1