Skip to content

Commit

Permalink
Merge pull request #243 from zama-ai/petar/go-1.22.0
Browse files Browse the repository at this point in the history
Update the build docker image to go 1.22.0
  • Loading branch information
dartdart26 authored Feb 16, 2024
2 parents a803023 + eed749a commit 0016f8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile.zbc.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:bookworm
FROM golang:1.22.0-bookworm

RUN apt-get update -y
RUN apt-get install git -y
Expand All @@ -9,4 +9,4 @@ RUN apt-get install jq -y
RUN curl https://sh.rustup.rs -sSf | \
sh -s -- --default-toolchain stable -y

ENV PATH=/root/.cargo/bin:$PATH
ENV PATH=/root/.cargo/bin:$PATH

0 comments on commit 0016f8f

Please sign in to comment.