Skip to content

Commit

Permalink
Merge pull request #2347 from amvanbaren/configure-tracing-5
Browse files Browse the repository at this point in the history
Revert to previous image
  • Loading branch information
amvanbaren committed Feb 14, 2024
2 parents bf38415 + 882b960 commit 3c7a1ec
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 docker.io/amvanbaren/openvsx-server:3b20642
FROM docker.io/amvanbaren/openvsx-server:eebac86

COPY --from=builder --chown=openvsx:openvsx /workdir/website/static/ BOOT-INF/classes/static/
COPY --from=builder --chown=openvsx:openvsx /workdir/configuration/ config/
Expand Down

0 comments on commit 3c7a1ec

Please sign in to comment.