From cba589f92d66c9c456912bcd7fa8d2c281875d1b Mon Sep 17 00:00:00 2001 From: Oliver Trosien Date: Wed, 2 Aug 2023 17:43:56 +0200 Subject: [PATCH] alpine-3.13 to alpine-3 Signed-off-by: Oliver Trosien --- Dockerfile | 2 +- Dockerfile.e2e | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 50313437..f5ed3958 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.opensource.zalan.do/library/alpine-3.13:latest +FROM registry.opensource.zalan.do/library/alpine-3:latest LABEL maintainer="Team Lens @ Zalando SE " # add binary diff --git a/Dockerfile.e2e b/Dockerfile.e2e index 5a1153bb..1dbf252e 100644 --- a/Dockerfile.e2e +++ b/Dockerfile.e2e @@ -1,4 +1,4 @@ -FROM registry.opensource.zalan.do/library/alpine-3.13:latest +FROM registry.opensource.zalan.do/library/alpine-3:latest LABEL maintainer="Team Lens @ Zalando SE " # add binary