Skip to content

Commit

Permalink
Merge pull request #1236 from kubernetes-sigs/dependabot/docker/test/…
Browse files Browse the repository at this point in the history
…e2eprovider/golang-79ffe35

chore: bump golang from `403f486` to `79ffe35` in /test/e2eprovider
  • Loading branch information
k8s-ci-robot committed May 3, 2023
2 parents 6d44ab4 + ca9178e commit 25ab0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2eprovider/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.20@sha256:403f48633fb5ebd49f9a2b6ad6719f912df23dae44974a0c9445be331e72ff5e as builder
FROM golang:1.20@sha256:79ffe3506c9e89f8c39e2ff4c498f213ab722ec86d8eddadcd728018e75443bd as builder
WORKDIR /go/src/sigs.k8s.io/secrets-store-csi-driver
ADD . .
RUN make build-e2e-provider
Expand Down

0 comments on commit 25ab0e5

Please sign in to comment.