Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
chore(deps): bump golang in /dind (#721)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 6, 2023
1 parent 554842e commit f3dcb5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dind/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG DOCKER_VERSION

FROM golang:1.20.8-alpine3.17 AS build
FROM golang:1.20.9-alpine3.17 AS build
RUN CGO_ENABLED=0 go install -v github.com/go-delve/delve/cmd/dlv@latest
WORKDIR /go/src/github.com/inloco/kube-actions/dind
COPY ./go.mod ./go.sum ./
Expand Down

0 comments on commit f3dcb5c

Please sign in to comment.