Skip to content

Commit

Permalink
bump dockerfile build env to use go1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbuchwald committed Sep 11, 2021
1 parent cf80745 commit b7f4dfa
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.15.5-buster AS builder
FROM golang:1.17.1-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=4.19+105+deb10u12

WORKDIR /build
Expand Down

0 comments on commit b7f4dfa

Please sign in to comment.