Merge pull request #255 from authorizerdev/chore/update-go-1.19.1

chore: update golang to 1.19.1
This commit is contained in:
Lakhan Samani 2022-10-01 17:20:48 +05:30 committed by GitHub
commit 686b3a4666
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM golang:1.17-alpine as go-builder
FROM golang:1.19.1-alpine as go-builder
WORKDIR /authorizer
COPY server server
COPY Makefile .