updates go version in Dockerfile
All checks were successful
ci / build (push) Successful in 49s

This commit is contained in:
franz.germann 2025-03-25 10:04:09 +01:00
parent e04796aa89
commit 1b618e3380

View file

@ -1,4 +1,4 @@
FROM golang:1.24-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