chore(deps): update ghcr.io/techknowlogick/xgo:go-1.23.x docker digest to a56d0c3 (#885)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-06-10 12:06:19 +02:00 committed by GitHub
parent 503be4a736
commit d4c49959df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ RUN pnpm install --frozen-lockfile --offline
COPY frontend/ ./ COPY frontend/ ./
RUN pnpm run build RUN pnpm run build
FROM --platform=$BUILDPLATFORM ghcr.io/techknowlogick/xgo:go-1.23.x@sha256:229c59582d5ca6b11973647cc3ee945d5b5bb630dcd5d100bd81576f631b4dd6 AS apibuilder FROM --platform=$BUILDPLATFORM ghcr.io/techknowlogick/xgo:go-1.23.x@sha256:a56d0c3e60531c3a7ff4bfde6bc73f4f1a91165e58818f4ba6eb56750a3b49e4 AS apibuilder
RUN go install github.com/magefile/mage@latest && \ RUN go install github.com/magefile/mage@latest && \
mv /go/bin/mage /usr/local/go/bin mv /go/bin/mage /usr/local/go/bin