We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abd2e78 commit 2576efdCopy full SHA for 2576efd
Dockerfile
@@ -20,7 +20,7 @@
20
# SPDX-License-Identifier: MIT
21
22
ARG BUILDPLATFORM=linux/amd64
23
-ARG BASE_IMAGE_VERSION=golang:1.25@sha256:d7098379b7da665ab25b99795465ec320b1ca9d4addb9f77409c4827dc904211
+ARG BASE_IMAGE_VERSION=golang:1.25@sha256:1c91b4f4391774a73d6489576878ad3ff3161ebc8c78466ec26e83474855bfcf
24
FROM --platform=$BUILDPLATFORM ${BASE_IMAGE_VERSION} as build
25
26
WORKDIR /go/src/github.com/tbckr/sgpt
0 commit comments