Browse Source

fix: bump image digest to fix e2e tests (#5127)

Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
Moritz Johner 8 months ago
parent
commit
88cca3d5bb
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.6-bookworm@sha256:ef8c5c733079ac219c77edab604c425d748c740d8699530ea6aced9de79aea40 AS builder
+FROM golang:1.24.6-bookworm@sha256:2679c15c940573aded505b2f2fbbd4e718b5172327aae3ab9f43a10a5c700dfc AS builder
 
 ENV KUBECTL_VERSION="v1.28.3"
 ENV HELM_VERSION="v3.13.1"