1
0
Fork 0
forked from External/ergo

bump go to v1.21

This commit is contained in:
Shivaram Lingamneni 2023-08-15 20:37:58 -04:00
parent 24ba72cfd6
commit cc873efd0f
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
## build ergo binary
FROM golang:1.20-alpine AS build-env
FROM golang:1.21-alpine AS build-env
RUN apk upgrade -U --force-refresh --no-cache && apk add --no-cache --purge --clean-protected -l -u make git