From 5adc9b7b9f77bf8c50fef545acd394afef920973 Mon Sep 17 00:00:00 2001 From: Chris Plaatjes Date: Tue, 14 Feb 2023 15:13:30 -0500 Subject: [PATCH] Fixed image tag --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c2f75c4..e8d666e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ COPY . /build RUN cd /build && dotnet publish # Actually runs the bot -FROM mcr.microsoft.com/dotnet/runtime:6.0-alpine3 +FROM mcr.microsoft.com/dotnet/runtime:6.0 WORKDIR /app/teletok