chore: update golang to 1.19.1
This commit is contained in:
parent
e5972a0dee
commit
b266a14108
|
@ -1,4 +1,4 @@
|
||||||
FROM golang:1.17-alpine as go-builder
|
FROM golang:1.19.1-alpine as go-builder
|
||||||
WORKDIR /authorizer
|
WORKDIR /authorizer
|
||||||
COPY server server
|
COPY server server
|
||||||
COPY Makefile .
|
COPY Makefile .
|
||||||
|
|
Loading…
Reference in New Issue
Block a user