Skip to content

Commit

Permalink
Merge pull request #3055 from amvanbaren/test-6f6d87f4
Browse files Browse the repository at this point in the history
test 6f6d87f4
  • Loading branch information
amvanbaren authored Oct 23, 2024
2 parents 68fecf4 + 0508383 commit efb9e63
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
@@ -1,4 +1,4 @@
ARG SERVER_VERSION=1aabd83c
ARG SERVER_VERSION=6f6d87f4

# Builder image to compile the website
FROM ubuntu AS builder
Expand Down 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:${SERVER_VERSION}
#FROM ghcr.io/eclipse/openvsx-server:${SERVER_VERSION}
FROM docker.io/amvanbaren/openvsx-server:${SERVER_VERSION}
ARG SERVER_VERSION

Expand Down

0 comments on commit efb9e63

Please sign in to comment.