Skip to content

Commit

Permalink
chore: Update to docker-node-rust 1.78.0.. Remove docker-compose vers…
Browse files Browse the repository at this point in the history
…ion attribute
  • Loading branch information
johnbcodes committed May 5, 2024
1 parent dc45f5c commit 22ab715
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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; \
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.8"

services:
web.app:
build:
Expand Down

0 comments on commit 22ab715

Please sign in to comment.