Skip to content

Commit

Permalink
fix: hack/develop/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Nov 14, 2024
1 parent bafe22e commit 89e5d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/develop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

# golang is based on debian:jessie
# Specify version to clarify which version we use.
FROM golang:1.20-bullseye
FROM golang:1.23.3-bullseye

# Install Node.js. Go is already installed.
# A small tweak, apt-get update is already run by the nodejs setup script,
Expand Down

0 comments on commit 89e5d16

Please sign in to comment.