From 7539dcc98377b8e464f99119b2436b0fc997f9a8 Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 9 May 2024 22:11:10 -0400 Subject: [PATCH] Whisper --- docker/whisper/Dockerfile | 2 +- stack.production.yml | 2 +- stack.staging.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/whisper/Dockerfile b/docker/whisper/Dockerfile index c23e8e9..b55254e 100644 --- a/docker/whisper/Dockerfile +++ b/docker/whisper/Dockerfile @@ -1,5 +1,5 @@ # Use an official Node runtime as a parent image -FROM node:16-alpine +FROM node:20-alpine # Set the working directory WORKDIR /usr/src/app diff --git a/stack.production.yml b/stack.production.yml index 14543c3..850c453 100644 --- a/stack.production.yml +++ b/stack.production.yml @@ -5,7 +5,7 @@ networks: driver: overlay services: whisper: - image: git.nixc.us/nixius/whisper:production-whisper + image: git.nixc.us/nixius/whisper:production networks: - traefik - default diff --git a/stack.staging.yml b/stack.staging.yml index b012523..9f54b7f 100644 --- a/stack.staging.yml +++ b/stack.staging.yml @@ -1,6 +1,6 @@ services: whisper: - image: git.nixc.us/nixius/asciinema:staging + image: git.nixc.us/nixius/whisper:staging deploy: placement: constraints: