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

Commit 7e7df1f

Browse files
authored
Merge pull request #2 from NinoDiscord/renovate/golang-1.x
Update golang Docker tag to v1.17
2 parents 080ea1f + 4f6de8d commit 7e7df1f

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.16-alpine AS builder
1+
FROM golang:1.17-alpine AS builder
22
WORKDIR /
33
COPY . .
44
RUN go get

0 commit comments

Comments
 (0)