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.24.2 @sha256:991aa6a6e4431f2f01e869a812934bd60fbc87fb939e4a1ea54b8494ab9d2fc6 AS builder
15
+ FROM golang:1.24.5 @sha256:a9219eb99cd2951b042985dbec09d508b3ddc20c4da52a3a55b275b3779e4a05 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.24.2 @sha256:991aa6a6e4431f2f01e869a812934bd60fbc87fb939e4a1ea54b8494ab9d2fc6 as deploy
28
+ FROM golang:1.24.5 @sha256:a9219eb99cd2951b042985dbec09d508b3ddc20c4da52a3a55b275b3779e4a05 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