update go version in build step

This commit is contained in:
Ruidy 2024-08-21 22:01:58 +02:00
parent c79232a019
commit 8a98880db1
No known key found for this signature in database
GPG key ID: E00F51288CB857CC

View file

@ -1,4 +1,4 @@
FROM golang:1.22-alpine AS builder
FROM golang:1.23-alpine AS builder
RUN apk update && apk add --no-cache \
build-base \