Skip to content

Commit

Permalink
Update the build docker image to go 1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dartdart26 authored Feb 16, 2024
1 parent a803023 commit eed749a
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 eed749a

Please sign in to comment.