This commit is contained in:
wataru 2022-11-12 14:29:31 +09:00
parent ef3271dc37
commit 5f5032f9b4
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM dannadori/voice-changer-internal:20221112_120908 as front
FROM dannadori/voice-changer-internal:20221112_142719 as front
FROM debian:bullseye-slim as base
ARG DEBIAN_FRONTEND=noninteractive

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
#!/bin/bash
set -eu
DOCKER_IMAGE=dannadori/voice-changer:20221112_121031
DOCKER_IMAGE=dannadori/voice-changer:20221112_142846
# DOCKER_IMAGE=voice-changer
if [ $# = 0 ]; then