release the fantom

This commit is contained in:
Sebastian
2023-04-01 11:32:04 +02:00
parent fa0c77004b
commit 158dbc8235
3 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
# Build Fantom in a stock Go builder container
FROM golang:1.17-alpine as builder
FROM golang:1.19-alpine as builder
# Install packages we need
RUN apk add --no-cache make gcc musl-dev linux-headers git