Merge remote-tracking branch 'origin/renovate/golang-1.x' into develop

renovate/docker-build-push-action-6.x
Icedream 2024-05-05 08:15:04 +02:00
commit 2f881a0a80
Signed by: icedream
GPG Key ID: 468BBEEBB9EC6AEA
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.21-alpine AS build
FROM golang:1.22-alpine AS build
WORKDIR /usr/src/icecon
COPY go.mod go.sum ./