File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM golang:1.25.4@sha256:e68f6a00e88586577fafa4d9cefad1349c2be70d21244321321c407474ff9bf2 AS builder
15+ FROM golang:1.25.4@sha256:698183780de28062f4ef46f82a79ec0ae69d2d22f7b160cf69f71ea8d98bf25d AS builder
1616ENV APP_ROOT=/opt/app-root
1717ENV GOPATH=$APP_ROOT
1818
@@ -25,7 +25,7 @@ ARG TARGETARCH
2525RUN CGO_ENABLED=0 make scorecard-webapp
2626
2727# Multi-Stage production build
28- FROM golang:1.25.4@sha256:e68f6a00e88586577fafa4d9cefad1349c2be70d21244321321c407474ff9bf2 as deploy
28+ FROM golang:1.25.4@sha256:698183780de28062f4ef46f82a79ec0ae69d2d22f7b160cf69f71ea8d98bf25d as deploy
2929# Retrieve the binary from the previous stage
3030COPY --from=builder /opt/app-root/src/scorecard-webapp /usr/local/bin/scorecard-webapp
3131
You can’t perform that action at this time.
0 commit comments