fix: make docker build again

This commit is contained in:
Bolke de Bruin
2025-09-05 14:39:45 +02:00
parent 611d1bfd15
commit c99b4ee58b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1
FROM golang:1.24
WORKDIR /src
ENV CGO_ENABLED 0
COPY go.mod go.sum ./

View File

@@ -1,5 +1,5 @@
# builder stage
FROM golang:1.22-alpine as builder
FROM golang:1.24-alpine as builder
#RUN apt-get update && apt-get install -y libpam-dev
RUN apk --no-cache add git gcc musl-dev linux-pam-dev openssl