bump pinned golang to 1.20.5 (#10127)

This commit is contained in:
Long Wu Yuan 2023-06-26 07:03:11 +05:30 committed by GitHub
parent 427f3d2fb5
commit 643c475db0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
FROM golang:1.20.4-alpine3.18 as builder
FROM golang:1.20.5-alpine3.18 as builder
RUN mkdir /authsvc
WORKDIR /authsvc
COPY . ./