File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313# You should have received a copy of the GNU Affero General Public License
1414# along with this program. If not, see <http://www.gnu.org/licenses/>.
1515
16- FROM golang:1.24.3 -bookworm@sha256:89a04cc2e2fbafef82d4a45523d4d4ae4ecaf11a197689036df35fef3bde444a as build
16+ FROM golang:1.24.5 -bookworm@sha256:ef8c5c733079ac219c77edab604c425d748c740d8699530ea6aced9de79aea40 as build
1717ARG GITHUB_REF_NAME
1818
1919WORKDIR /go/src/app
@@ -24,7 +24,7 @@ ENV FLAGS="ldflags='-X main.release=devguard@${GITHUB_REF_NAME}'"
2424RUN CGO_ENABLED=0 make devguard
2525RUN CGO_ENABLED=0 make devguard-cli
2626
27- FROM gcr.io/distroless/static-debian12@sha256:d9f9472a8f4541368192d714a995eb1a99bab1f7071fc8bde261d7eda3b667d8
27+ FROM gcr.io/distroless/static-debian12@sha256:b7b9a6953e7bed6baaf37329331051d7bdc1b99c885f6dbeb72d75b1baad54f9
2828
2929WORKDIR /
3030
Original file line number Diff line number Diff line change 1- FROM golang:1.24.2 @sha256:d9db32125db0c3a680cfb7a1afcaefb89c898a075ec148fdc2f0f646cc2ed509 AS golang-builder
1+ FROM golang:1.24.5-bookworm @sha256:ef8c5c733079ac219c77edab604c425d748c740d8699530ea6aced9de79aea40 AS golang-builder
22
33# set the working directory
44WORKDIR /app
@@ -32,7 +32,7 @@ COPY . .
3232RUN CGO_ENABLED=0 make devguard-scanner
3333# ----------------------
3434# create final image with node:alpine
35- FROM alpine:3.21.3 @sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c
35+ FROM alpine:3.22.1 @sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1
3636
3737RUN apk add --no-cache git python3
3838RUN python3 -m venv /usr/local/bin/venv && \
You can’t perform that action at this time.
0 commit comments