[chore] Update Docker container to Go 1.22

This commit is contained in:
Daniele Sluijters 2024-04-22 16:09:35 +02:00
parent 7ab37a6940
commit 487374c410
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# Dockerfile reference: https://docs.docker.com/engine/reference/builder/
# stage 1: generate up-to-date swagger.yaml to put in the final container
FROM --platform=${BUILDPLATFORM} golang:1.21-alpine AS swagger
FROM --platform=${BUILDPLATFORM} golang:1.22-alpine AS swagger
RUN \
### Installs goswagger for building swagger definitions inside this container