Skip to content

Commit 6605723

Browse files
authored
Use latest Alpine for build container as well (#24)
1 parent 6228f9d commit 6605723

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
@@ -1,4 +1,4 @@
1-
FROM golang:1.18.4-alpine3.15 AS builder
1+
FROM golang:1.18.4-alpine3.16 AS builder
22

33
RUN apk add --no-cache git
44

0 commit comments

Comments
 (0)