Skip to content

Commit a3dacf4

Browse files
author
amvanbaren
committed
Add v
1 parent 64d2da3 commit a3dacf4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG SERVER_VERSION=0.24.0
1+
ARG SERVER_VERSION=v0.24.0
22

33
# Builder image to compile the website
44
FROM ubuntu AS builder
@@ -27,7 +27,6 @@ RUN /usr/bin/yarn --cwd website \
2727
&& /usr/bin/yarn --cwd website build
2828

2929
# Main image derived from openvsx-server
30-
# bump
3130
FROM ghcr.io/eclipse/openvsx-server:${SERVER_VERSION}
3231
ARG SERVER_VERSION
3332

0 commit comments

Comments
 (0)