Skip to content

Commit

Permalink
Merge pull request #30 from BuloZB/snyk-fix-67f5e21774e4d433a8501d20c…
Browse files Browse the repository at this point in the history
…09a88af

[Snyk] Security upgrade golang from 1.19-buster to 1.23.1-bookworm
  • Loading branch information
BuloZB authored Oct 4, 2024
2 parents bab771d + 5102aa4 commit 097d7fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/builder-go.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Build in Golang
# Run npm run build-healthcheck-armv7 in the host first, another it will be super slow where it is building the armv7 healthcheck
############################################
FROM golang:1.19-buster
FROM golang:1.23.1-bookworm
WORKDIR /app
ARG TARGETPLATFORM
COPY ./extra/ ./extra/
Expand Down

0 comments on commit 097d7fa

Please sign in to comment.