File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11# Dockerfile for codedx-golangci-lint
22
3- ARG BASE=golang:1.24.4 -bullseye
3+ ARG BASE=golang:1.24.6 -bullseye
44FROM $BASE as builder
55
66# Create a directory to store tool findings
Original file line number Diff line number Diff line change 11# Dockerfile for codedx-gosecrunner
22
3- ARG BASE=golang:1.24.4 -bullseye
3+ ARG BASE=golang:1.24.6 -bullseye
44FROM $BASE as builder
55
66# Create a directory to store tool findings
Original file line number Diff line number Diff line change 11# Dockerfile for codedx-govetrunner
22
3- ARG BASE=golang:1.24.4 -bullseye
3+ ARG BASE=golang:1.24.6 -bullseye
44FROM $BASE as builder
55
66# Create a directory to store tool findings
Original file line number Diff line number Diff line change 11# Includes PowerShell Core
2- FROM mcr.microsoft.com/dotnet/sdk:8.0.411 -bookworm-slim-amd64
2+ FROM mcr.microsoft.com/dotnet/sdk:8.0.413 -bookworm-slim-amd64
33
44WORKDIR /tmp
55
Original file line number Diff line number Diff line change 11# Dockerfile for codedx-staticcheckrunner
22
3- ARG BASE=golang:1.24.4 -bullseye
3+ ARG BASE=golang:1.24.6 -bullseye
44FROM $BASE as builder
55
66# Create a directory to store tool findings
Original file line number Diff line number Diff line change 1- FROM golang:1.24.4 -alpine3.21 AS builder
1+ FROM golang:1.24.6 -alpine3.21 AS builder
22
33ARG ZAP_VERSION=2.16.0
44
@@ -28,7 +28,7 @@ WORKDIR /zap-git
2828RUN git clone --depth 1 --branch v$ZAP_VERSION https://github.com/zaproxy/zaproxy.git
2929
3030# java < 15 is required as zap-api-scan and various dependencies it uses require nashorn support
31- FROM eclipse-temurin:17.0.15_6 -jdk-alpine-3.21
31+ FROM eclipse-temurin:17.0.16_8 -jdk-alpine-3.21
3232
3333WORKDIR /zap
3434COPY --from=builder /zap .
You can’t perform that action at this time.
0 commit comments