update to golang 1.20 (#9690)
update alpine and golang remove nano update go modules remove need for openssl external cli fix stale Signed-off-by: James Strong <james.strong@chainguard.dev>
This commit is contained in:
parent
ddcfaecb3c
commit
66a760794f
24 changed files with 59 additions and 40 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.19.4-alpine3.17 as builder
|
||||
FROM golang:1.20.1-alpine3.17 as builder
|
||||
RUN mkdir /authsvc
|
||||
WORKDIR /authsvc
|
||||
COPY . ./
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue