Browse Source

chore(deps): bump golang from 1.22.3-bookworm to 1.22.4-bookworm in /e2e (#3569)

dependabot[bot] 1 year ago
parent
commit
26859fd62b
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.22.3-bookworm@sha256:5c56bd47228dd572d8a82971cf1f946cd8bb1862a8ec6dc9f3d387cc94136976 as builder
+FROM golang:1.22.4-bookworm@sha256:aec47843e52fee4436bdd3ce931417fa980e9055658b5142140925eea3044bea as builder
 
 ENV KUBECTL_VERSION="v1.28.3"
 ENV HELM_VERSION="v3.13.1"