Skip to content

Commit

Permalink
Upgrade Docker go version to 1.17
Browse files Browse the repository at this point in the history
We need io/fs for some of our dependencies so we might as well jump
the newest version.
  • Loading branch information
caboteria committed Feb 8, 2022
1 parent 8e0c436 commit ab5298a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/package/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:alpine as builder
FROM golang:1.17-alpine as builder

ENV GOOS=linux
ARG GITLAB_USER
Expand All @@ -17,7 +17,7 @@ RUN go build -tags 'osusergo netgo' -o ../bin/eds-server main.go


# start fresh
FROM golang:alpine
FROM golang:1.17-alpine
ENV bin=/opt/acnodal/bin/eds-server

# copy executables from the builder image
Expand Down

0 comments on commit ab5298a

Please sign in to comment.