Skip to content

Commit

Permalink
Merge pull request #2330 from amvanbaren/monitoring-application-tag
Browse files Browse the repository at this point in the history
Update server image to include application tag for monitoring
  • Loading branch information
amvanbaren authored Feb 6, 2024
2 parents cb7d61a + 3eddd0f commit 4735794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit 4735794

Please sign in to comment.