diff --git a/Dockerfile b/Dockerfile index ddd25b9745..6a9f1867d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG NODE_VERSION=22.15.0-alpine3.21 +ARG NODE_VERSION=22.15.1-alpine3.21 FROM node:$NODE_VERSION AS builder diff --git a/docker-compose.yml b/docker-compose.yml index dd67e945b4..708ca05222 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -11,7 +11,6 @@ # This is intended to be used for demo, development, and learning # purposes only. -version: "3.9" services: # The Unleash server contains the Unleash configuration and @@ -33,7 +32,6 @@ services: depends_on: db: condition: service_healthy - command: [ "node", "index.js" ] healthcheck: test: wget --no-verbose --tries=1 --spider http://localhost:4242/health || exit 1 interval: 1s