mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-01-31 01:25:22 +01:00
use explicit docker tag
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM mcr.microsoft.com/dotnet/core/sdk:latest AS base
|
||||
FROM mcr.microsoft.com/dotnet/core/sdk:2.1 AS base
|
||||
COPY packages /root/.nuget/packages/
|
||||
WORKDIR /src
|
||||
COPY . .
|
||||
|
||||
Reference in New Issue
Block a user