Update golang Docker tag to v1.22

pull/30/head
renovate[bot] 2024-02-07 07:13:12 +00:00 committed by GitHub
parent 9bbf1f78fd
commit 0ed007f423
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 ./