updates go version in Dockerfile
Some checks failed
ci / build (push) Has been cancelled

This commit is contained in:
franz.germann 2025-03-24 16:55:37 +01:00
parent 889c88a801
commit 6d95104f40

View file

@ -1,4 +1,4 @@
FROM golang:1.17-alpine AS build-env
FROM golang:1.24.1-alpine AS build-env
ENV GO111MODULE=on
WORKDIR /go/src/github.com/hugomd/ascii-live/
RUN apk add ca-certificates