Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 862c208

Browse files
Update dependency golang to v1.17 (#7)
1 parent 125ede7 commit 862c208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Start by building the application.
2-
FROM golang:1.16-buster as build
2+
FROM golang:1.17-buster as build
33

44
WORKDIR /go/src/app
55
ADD . /go/src/app

0 commit comments

Comments
 (0)