We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68485b2 commit a379accCopy full SHA for a379acc
Docker/Dockerfile.worker
@@ -15,7 +15,7 @@ COPY Services/Infrastructure ./Services/Infrastructure
15
WORKDIR Servers/Worker/OJS.Servers.Worker
16
RUN dotnet publish OJS.Servers.Worker.csproj -c Release --verbosity q -o /app
17
18
-FROM ghcr.io/softuni-internal/judge_worker_base:dev-latest
+FROM ghcr.io/softuni-internal/judge_worker_base:latest
19
WORKDIR /app
20
COPY --from=build-env /app .
21
0 commit comments