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 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM golang:1.25.1@sha256:bb979b278ffb8d31c8b07336fd187ef8fafc8766ebeaece524304483ea137e96 AS builder
15
+ FROM golang:1.25.1@sha256:8305f5fa8ea63c7b5bc85bd223ccc62941f852318ebfbd22f53bbd0b358c07e1 AS builder
16
16
ENV APP_ROOT=/opt/app-root
17
17
ENV GOPATH=$APP_ROOT
18
18
@@ -25,7 +25,7 @@ ARG TARGETARCH
25
25
RUN CGO_ENABLED=0 make scorecard-webapp
26
26
27
27
# Multi-Stage production build
28
- FROM golang:1.25.1@sha256:bb979b278ffb8d31c8b07336fd187ef8fafc8766ebeaece524304483ea137e96 as deploy
28
+ FROM golang:1.25.1@sha256:8305f5fa8ea63c7b5bc85bd223ccc62941f852318ebfbd22f53bbd0b358c07e1 as deploy
29
29
# Retrieve the binary from the previous stage
30
30
COPY --from=builder /opt/app-root/src/scorecard-webapp /usr/local/bin/scorecard-webapp
31
31
You can’t perform that action at this time.
0 commit comments