Skip to content

Commit 686b3a4

Browse files
authored
Merge pull request #255 from authorizerdev/chore/update-go-1.19.1
chore: update golang to 1.19.1
2 parents e5972a0 + b266a14 commit 686b3a4

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.17-alpine as go-builder
1+
FROM golang:1.19.1-alpine as go-builder
22
WORKDIR /authorizer
33
COPY server server
44
COPY Makefile .

0 commit comments

Comments
 (0)