Use node as base in Dockerfile
This commit is contained in:
parent
a89dfc5e7b
commit
5106cb0b91
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# Based on https://github.com/abarichello/godot-ci/blob/master/Dockerfile
|
||||
FROM ubuntu:jammy
|
||||
FROM node:20.16-bullseye
|
||||
|
||||
USER root
|
||||
SHELL ["/bin/bash", "-c"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue