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 <[email protected]>
  • Loading branch information
renovate[bot] committed Jul 1, 2024
1 parent 873d410 commit 9dde79f
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.18-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.22.4-alpine

RUN apk add curl

Expand Down

0 comments on commit 9dde79f

Please sign in to comment.