Merge pull request #617 from zalando-incubator/base-image

Use latest base image
This commit is contained in:
Noor Muhammad Malik 2023-09-19 16:36:54 +02:00 committed by GitHub
commit 85f1c3e13d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
ARG BASE_IMAGE=registry.opensource.zalan.do/library/alpine-3.13:latest
ARG BASE_IMAGE=registry.opensource.zalan.do/library/alpine-3:latest
FROM ${BASE_IMAGE}
LABEL maintainer="Team Teapot @ Zalando SE <team-teapot@zalando.de>"