1
Fork 0

Bump to golang 1.23 (#1046)

This commit is contained in:
Googol Lee 2024-09-06 17:43:19 +02:00 committed by GitHub
parent d91ce8ff42
commit 0ffa7e05fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ RUN if [ "${BUILD_DATE}" = "undefined" ]; then \
npm run build -- --base=$UI_PUBLIC_URL
### Build API ###
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.22-bookworm AS api
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.23-bookworm AS api
ARG TARGETPLATFORM
# See for details: https://github.com/hadolint/hadolint/wiki/DL4006