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

Commit 97a939f

Browse files
Update golang Docker tag to v1.19
1 parent 862c208 commit 97a939f

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.17-buster as build
2+
FROM golang:1.19-buster as build
33

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

0 commit comments

Comments
 (0)