From 3eddd0fc2a3c5d20f74620c778d277e042495fb6 Mon Sep 17 00:00:00 2001 From: amvanbaren Date: Tue, 6 Feb 2024 19:37:09 +0200 Subject: [PATCH] Update server image to include application tag for monitoring --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c0dc8a42..66fb6e17 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ RUN /usr/bin/yarn --cwd website \ && /usr/bin/yarn --cwd website build # Main image derived from openvsx-server -FROM ghcr.io/eclipse/openvsx-server:v0.14.3 +FROM ghcr.io/eclipse/openvsx-server:0ce7b7b COPY --from=builder --chown=openvsx:openvsx /workdir/website/static/ BOOT-INF/classes/static/ COPY --from=builder --chown=openvsx:openvsx /workdir/configuration/ config/