Skip to content

Commit

Permalink
Merge pull request #21 from Malek-trez/main
Browse files Browse the repository at this point in the history
  • Loading branch information
ginkoid authored Feb 17, 2024
2 parents cd28bf0 + b87bbbc commit 7e604f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apt-get update && \
COPY nsjail .
RUN make -j

FROM golang:1.20.6-bookworm AS run
FROM golang:1.22.0-bookworm AS run
WORKDIR /app
RUN apt-get update && apt-get install -y libseccomp-dev libgmp-dev
COPY go.mod go.sum ./
Expand Down

0 comments on commit 7e604f1

Please sign in to comment.