Skip to content

Commit

Permalink
chore: bump isolate version
Browse files Browse the repository at this point in the history
  • Loading branch information
minhnhatnoe committed May 14, 2024
1 parent d64c705 commit 7fdd183
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN scripts/install_tools.sh
RUN go generate && go build -tags production -o kjudge cmd/kjudge/main.go

# Stage 3: Create awesome output image
FROM ghcr.io/minhnhatnoe/isolate:v2.1.2
FROM ghcr.io/minhnhatnoe/isolate:v2.1.4

RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
--mount=type=cache,target=/var/lib/apt,sharing=locked \
Expand Down
2 changes: 1 addition & 1 deletion docker/gcc-only.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN sh scripts/install_tools.sh
RUN go generate && go build -tags production -o kjudge cmd/kjudge/main.go

# Stage 3: Create awesome output image
FROM ghcr.io/minhnhatnoe/isolate:v2.1.2-alpine
FROM ghcr.io/minhnhatnoe/isolate:v2.1.4-alpine

RUN apk add --no-cache libcap make g++ openssl bash

Expand Down

0 comments on commit 7fdd183

Please sign in to comment.