Skip to content

Commit 05eff4b

Browse files
committedDec 22, 2022
NEXT-24838 - Set correct node version for Gitpod
1 parent 60a0827 commit 05eff4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.gitpod.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM gitpod/workspace-base:latest
55
COPY --from=composer:2 /usr/bin/composer /usr/bin/composer
66

77
RUN sudo add-apt-repository ppa:ondrej/php -y && \
8-
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo bash - && \
8+
curl -fsSL https://deb.nodesource.com/setup_18.x | sudo bash - && \
99
curl -1sLf 'https://dl.cloudsmith.io/public/symfony/stable/setup.deb.sh' | sudo -E bash && \
1010
curl -1sLf 'https://dl.cloudsmith.io/public/friendsofshopware/stable/setup.deb.sh' | sudo -E bash && \
1111
sudo apt-get install -y \

0 commit comments

Comments
 (0)
Please sign in to comment.