Skip to content

Commit ab5298a

Browse files
committed
Upgrade Docker go version to 1.17
We need io/fs for some of our dependencies so we might as well jump the newest version.
1 parent 8e0c436 commit ab5298a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/package/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:alpine as builder
1+
FROM golang:1.17-alpine as builder
22

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

1818

1919
# start fresh
20-
FROM golang:alpine
20+
FROM golang:1.17-alpine
2121
ENV bin=/opt/acnodal/bin/eds-server
2222

2323
# copy executables from the builder image

0 commit comments

Comments
 (0)