MT#62249 Refresh docker image

We need the latest ngcp-archive-keyring version, addressing the SHA-1
situation with our repository key.  To get that, we refreshed our base
image sipwise-trixie, but need to ensure that we refresh all the docker
images building on top of it.

Change-Id: I8b8c57912fd8a4f0f259aa845250638e0f1fb087
master
Michael Prokop 4 days ago
parent 033cdba6ec
commit 51c770af70

@ -5,7 +5,7 @@ FROM docker.mgm.sipwise.com/sipwise-trixie:latest
# is updated with the current date. It will force refresh of all
# of the base images and things like `apt-get update` won't be using
# old cached versions when the Dockerfile is built.
ENV REFRESHED_AT 2025-12-30
ENV REFRESHED_AT=2026-01-30
RUN apt-get update && apt-get install --assume-yes libmodule-build-perl libtrycatch-perl libstrictures-perl

Loading…
Cancel
Save