Skip to content

Commit

Permalink
Merge pull request #2986 from amvanbaren/test-195ff526
Browse files Browse the repository at this point in the history
test 195ff526
  • Loading branch information
amvanbaren authored Sep 27, 2024
2 parents 8546ef1 + 24573a2 commit 2cba68b
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=3c1f6326
ARG SERVER_VERSION=195ff526

# Builder image to compile the website
FROM ubuntu as builder
Expand Down Expand Up @@ -29,7 +29,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 2cba68b

Please sign in to comment.