From 22ab715e46500d3126c241a006799d2a0ca523c3 Mon Sep 17 00:00:00 2001 From: John Bledsoe <59550+johnbcodes@users.noreply.github.com> Date: Sun, 5 May 2024 11:44:34 -0400 Subject: [PATCH] chore: Update to docker-node-rust 1.78.0.. Remove docker-compose version attribute --- Dockerfile | 2 +- docker-compose.yml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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: