Skip to content

Commit

Permalink
deps:chore - update golang Docker tag
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] committed Sep 6, 2024
1 parent 873d410 commit 5e69413
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployments/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.17-alpine AS builder
FROM golang:1.23-alpine AS builder

RUN apk add --no-cache git

Expand Down
2 changes: 1 addition & 1 deletion internal/services/formatters/go/deployments/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.17.8-alpine
FROM golang:1.23.1-alpine

RUN apk add curl

Expand Down

0 comments on commit 5e69413

Please sign in to comment.