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

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>"