Skip to content

Commit ab9b01f

Browse files
🌱 Bump golang from bb979b2 to 8305f5f (#844)
1 parent 2c00fe5 commit ab9b01f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM golang:1.25.1@sha256:bb979b278ffb8d31c8b07336fd187ef8fafc8766ebeaece524304483ea137e96 AS builder
15+
FROM golang:1.25.1@sha256:8305f5fa8ea63c7b5bc85bd223ccc62941f852318ebfbd22f53bbd0b358c07e1 AS builder
1616
ENV APP_ROOT=/opt/app-root
1717
ENV GOPATH=$APP_ROOT
1818

@@ -25,7 +25,7 @@ ARG TARGETARCH
2525
RUN CGO_ENABLED=0 make scorecard-webapp
2626

2727
# Multi-Stage production build
28-
FROM golang:1.25.1@sha256:bb979b278ffb8d31c8b07336fd187ef8fafc8766ebeaece524304483ea137e96 as deploy
28+
FROM golang:1.25.1@sha256:8305f5fa8ea63c7b5bc85bd223ccc62941f852318ebfbd22f53bbd0b358c07e1 as deploy
2929
# Retrieve the binary from the previous stage
3030
COPY --from=builder /opt/app-root/src/scorecard-webapp /usr/local/bin/scorecard-webapp
3131

0 commit comments

Comments
 (0)