Skip to content

Commit e1b0845

Browse files
committed
fix: base image up to golang 1.19
1 parent 4577c15 commit e1b0845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
##
44
## Build
55
##
6-
FROM golang:1.16-alpine AS BUILD
6+
FROM golang:1.19-alpine AS BUILD
77

88
WORKDIR /build
99

0 commit comments

Comments
 (0)