diff --git a/docker-compose.yml b/docker-compose.yml index 0830aa7a..c9a5f4dd 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ # Development / integration testing only services: bot: - image: node:lts-slim@sha256:5e8ac65a0231d76a388683d07ca36a9769ab019a85d85169fe28e206f7a3208e + image: node:lts-slim@sha256:b5e567dc37677a1485cec21e2f0c0df517c7afe40c1ebc28248c41520c77b3d0 volumes: - './:/srv/bot' working_dir: /srv/bot