This commit is contained in:
wataru 2022-11-12 14:59:38 +09:00
parent 5f5032f9b4
commit 6f99e168b3
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM dannadori/voice-changer-internal:20221112_142719 as front
FROM dannadori/voice-changer-internal:20221112_145743 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_142846
DOCKER_IMAGE=dannadori/voice-changer:20221112_145849
# DOCKER_IMAGE=voice-changer
if [ $# = 0 ]; then