Skip to content

Commit

Permalink
feat(container): update image golang ( 1.15.8 → 1.22.5 )
Browse files Browse the repository at this point in the history
| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| docker     | golang  | 1.15.8 | 1.22.5 |
  • Loading branch information
renovate[bot] authored Jul 18, 2024
1 parent 63fc4b6 commit 83d6c81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/init/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.15.8-alpine AS builder
FROM golang:1.22.5-alpine AS builder

ARG CGO_ENABLED=0
ENV CGO_ENABLED=$CGO_ENABLED
Expand Down
2 changes: 1 addition & 1 deletion build/webhook/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.15.8-alpine AS builder
FROM golang:1.22.5-alpine AS builder

ARG CGO_ENABLED=0
ENV CGO_ENABLED=$CGO_ENABLED
Expand Down

0 comments on commit 83d6c81

Please sign in to comment.