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] authored Aug 1, 2023
1 parent a8aab11 commit 39aa77a
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.20-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.20.7-alpine

RUN apk add curl

Expand Down

0 comments on commit 39aa77a

Please sign in to comment.