diff --git a/Dockerfile b/Dockerfile index c0baa16..39a30c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1 -FROM golang:1.23.0-alpine as compiler +FROM golang:1.23.1-alpine as compiler RUN apk add --no-cache make gcc musl-dev linux-headers git ca-certificates WORKDIR /app COPY . .