chore(deps): update golang:1.26.1-trixie docker digest to 1d414b0
All checks were successful
Build only (for PRs) / build-only (pull_request) Successful in 4m31s

This commit is contained in:
2026-04-07 20:01:44 +00:00
parent 25eafe3959
commit 9ae57862a0

View File

@@ -54,7 +54,7 @@ RUN mkdir -p /rootfs/bin && \
################################################################################ ################################################################################
# App builder stage # App builder stage
FROM golang:1.26.1-trixie@sha256:e3474b933b6d2ba307819482c2d7faef57bbdc3beda1f5caf3e8ed51b3177844 AS app-builder FROM golang:1.26.1-trixie@sha256:1d414b0376b53ec94b9a2493229adb81df8b90af014b18619732f1ceaaf7234a AS app-builder
COPY app/ /opt/app COPY app/ /opt/app
WORKDIR /opt/app WORKDIR /opt/app