Skip to content

Commit

Permalink
Update golang Docker tag to v1.23.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 17, 2025
1 parent 284f782 commit 27c1be0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion golang/1.21/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.12 as base
FROM golang:1.23.5 as base
LABEL maintainer="[email protected]"
ARG GITLEAKS_VERSION
ARG GOLANGCILINT_VERSION
Expand Down
2 changes: 1 addition & 1 deletion golang/1.22/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22.10 as base
FROM golang:1.23.5 as base
LABEL maintainer="[email protected]"
ARG GITLEAKS_VERSION
ARG GOLANGCILINT_VERSION
Expand Down

0 comments on commit 27c1be0

Please sign in to comment.