Skip to content

Commit

Permalink
Bump golang version to v1.17.4 in Dockerfile (ava-labs#1121)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbuchwald authored Jan 14, 2022
1 parent 38e1d85 commit 5e320a5
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 @@ -6,7 +6,7 @@
# README.md
# go.mod
# ============= Compilation Stage ================
FROM golang:1.17.1-buster AS builder
FROM golang:1.17.4-buster AS builder
RUN apt-get update && apt-get install -y --no-install-recommends bash=5.0-4 git=1:2.20.1-2+deb10u3 make=4.2.1-1.2 gcc=4:8.3.0-1 musl-dev=1.1.21-2 ca-certificates=20200601~deb10u2 linux-headers-amd64

WORKDIR /build
Expand Down

0 comments on commit 5e320a5

Please sign in to comment.