From 0fdf829180b56489c4f7aafde46cce36ab7a9a72 Mon Sep 17 00:00:00 2001 From: amvanbaren Date: Sat, 20 May 2023 17:47:32 +0300 Subject: [PATCH] revert to current production image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e304add3..cba374a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN /usr/bin/yarn --cwd website \ && /usr/bin/yarn --cwd website build # Main image derived from openvsx-server -FROM docker.io/amvanbaren/openvsx-server:9522f66f +FROM ghcr.io/eclipse/openvsx-server:2252936 COPY --from=builder --chown=openvsx:openvsx /workdir/website/static/ BOOT-INF/classes/static/ COPY --from=builder --chown=openvsx:openvsx /workdir/configuration/ config/