Skip to content

Commit

Permalink
Update go to 1.21.1 (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 authored Sep 8, 2023
1 parent f53dda3 commit 63b179f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM golang:1.21.0-bookworm as builder
FROM golang:1.21.1-bookworm as builder

ENV COMMONDIR=/common \
IN_BUILDER=true \
VERSION_GO_SWAGGER=0.30.5 \
VERSION_GOLANGCI_LINT=1.54.1 \
VERSION_JQ=1.6 \
VERSION_GOLANGCI_LINT=1.54.2 \
VERSION_JQ=1.7 \
VERSION_PROTOC=3.20.1 \
VERSION_DOCKER_MAKE=v0.3.6 \
XDG_CACHE_HOME=/tmp/.cache
Expand All @@ -30,7 +30,7 @@ RUN apt-get update \
&& chmod +x /usr/bin/swagger

# jq
RUN curl -LSs https://github.com/stedolan/jq/releases/download/jq-${VERSION_JQ}/jq-linux64 -o /usr/local/bin/jq \
RUN curl -LSs https://github.com/jqlang/jq/releases/download/jq-${VERSION_JQ}/jq-linux-amd64 -o /usr/local/bin/jq \
&& chmod +x /usr/local/bin/jq

# protoc
Expand Down

0 comments on commit 63b179f

Please sign in to comment.