Skip to content

Commit b266a14

Browse files
committed
chore: update golang to 1.19.1
1 parent e5972a0 commit b266a14

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)