diff --git a/Dockerfile b/Dockerfile index 7bc1954c..f32cb2b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Copyright 2022 - offen.software # SPDX-License-Identifier: MPL-2.0 -FROM golang:1.25-alpine AS builder +FROM golang:1.26-alpine AS builder WORKDIR /app COPY . .