Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 13, 2024
1 parent 0ef9a51 commit 40d8f3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.17.7-alpine AS build_deps
FROM golang:1.23.0-alpine AS build_deps

RUN apk add --no-cache git

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.17.7
FROM golang:1.23.0

RUN apt-get update && apt-get install -y git bzr ca-certificates curl gcc

Expand Down

0 comments on commit 40d8f3c

Please sign in to comment.