Skip to content

Commit

Permalink
Bump go version for Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
shikari-ac committed Dec 31, 2024
1 parent 35f4d19 commit 62673df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Important: As of now, Semgrep does not support ARM architectures - see https://github.com/returntocorp/semgrep/issues/2252 for details!

# Stage 1: Build Scanio core and plugins
FROM golang:1.19.8-alpine3.17 AS build-scanio
FROM golang:1.23.4-alpine3.21 AS build-scanio

WORKDIR /usr/src/scanio

Expand Down

0 comments on commit 62673df

Please sign in to comment.