diff --git a/Dockerfile b/Dockerfile index e4d3af3..0ebc5ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Start with the more complicated docker build image -FROM ghcr.io/johnbcodes/node-rust:current-1.76.0 as base +FROM ghcr.io/johnbcodes/node-rust:current-1.78.0 as base # we need rsync RUN set -eux; \ diff --git a/docker-compose.yml b/docker-compose.yml index 95e3338..2d0485b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,5 +1,3 @@ -version: "3.8" - services: web.app: build: