Skip to content

Commit a379acc

Browse files
committed
Update worker base image tag to latest
1 parent 68485b2 commit a379acc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Docker/Dockerfile.worker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ COPY Services/Infrastructure ./Services/Infrastructure
1515
WORKDIR Servers/Worker/OJS.Servers.Worker
1616
RUN dotnet publish OJS.Servers.Worker.csproj -c Release --verbosity q -o /app
1717

18-
FROM ghcr.io/softuni-internal/judge_worker_base:dev-latest
18+
FROM ghcr.io/softuni-internal/judge_worker_base:latest
1919
WORKDIR /app
2020
COPY --from=build-env /app .
2121

0 commit comments

Comments
 (0)