Skip to content

Commit 41b94a7

Browse files
committed
update go base image to 1.16.4
1 parent 508071b commit 41b94a7

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,4 +1,4 @@
1-
FROM golang:1.16.3-alpine AS build
1+
FROM golang:1.16.4-alpine AS build
22
RUN apk add --no-cache gcc libc-dev
33
WORKDIR /go/src/app
44

0 commit comments

Comments
 (0)