Browse Source

chore(deps): bump alpine from 3.22.0 to 3.22.1 in /e2e (#5046)

Bumps alpine from 3.22.0 to 3.22.1.

---
updated-dependencies:
- dependency-name: alpine
  dependency-version: 3.22.1
  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] 8 months ago
parent
commit
a92ecf05c5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      e2e/Dockerfile

+ 1 - 1
e2e/Dockerfile

@@ -16,7 +16,7 @@ COPY . .
 WORKDIR /usr/src/app/e2e
 WORKDIR /usr/src/app/e2e
 RUN make e2e-bin
 RUN make e2e-bin
 
 
-FROM alpine:3.22.0@sha256:8a1f59ffb675680d47db6337b49d22281a139e9d709335b492be023728e11715
+FROM alpine:3.22.1@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1
 RUN apk add -U --no-cache \
 RUN apk add -U --no-cache \
     ca-certificates \
     ca-certificates \
     bash \
     bash \