Skip to content

Commit

Permalink
fix: release/go-licenses/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Sep 11, 2024
1 parent 4ce5988 commit 8cd08f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/go-licenses/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# limitations under the License.
###############################################################################

FROM golang:1.20-bookworm
FROM golang:1.23.0-bookworm

WORKDIR /usr/src/app
COPY go.mod ./
Expand Down

0 comments on commit 8cd08f4

Please sign in to comment.