diff --git a/Dockerfile b/Dockerfile index 5cbd71a..94fdf8a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Copyright 2022 - offen.software # SPDX-License-Identifier: MPL-2.0 -FROM golang:1.23-alpine AS builder +FROM golang:1.24-alpine AS builder WORKDIR /app COPY . .