Skip to content

Commit

Permalink
Test e03c8c50
Browse files Browse the repository at this point in the history
  • Loading branch information
amvanbaren committed Mar 27, 2024
1 parent a177cdd commit 3021050
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ RUN /usr/bin/yarn --cwd website \
&& /usr/bin/yarn --cwd website compile \
&& /usr/bin/yarn --cwd website build

# Main test image derived from openvsx-server
FROM docker.io/amvanbaren/openvsx-server:42e673bc
# Main image derived from openvsx-server
FROM docker.io/amvanbaren/openvsx-server:e03c8c50

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 3021050

Please sign in to comment.