Browse Source

chore(deps): bump golang from 1.24.3-bookworm to 1.24.4-bookworm in /e2e (#4884)

Bumps golang from 1.24.3-bookworm to 1.24.4-bookworm.

---
updated-dependencies:
- dependency-name: golang
  dependency-version: 1.24.4-bookworm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 10 months ago
parent
commit
96593a802d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      e2e/Dockerfile

+ 1 - 1
e2e/Dockerfile

@@ -1,4 +1,4 @@
-FROM golang:1.24.3-bookworm@sha256:29d97266c1d341b7424e2f5085440b74654ae0b61ecdba206bc12d6264844e21 AS builder
+FROM golang:1.24.4-bookworm@sha256:97162678719a516c12d5fb4b08266ab04802358cff63697ab1584be29ee8995c AS builder
 
 ENV KUBECTL_VERSION="v1.28.3"
 ENV HELM_VERSION="v3.13.1"