mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-07-28 23:58:38 +00:00
Bump to golang 1.23 (#1046)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user