This commit is contained in:
wataru 2022-11-14 09:57:26 +09:00
parent 007938e1cc
commit a9a09409a8
3 changed files with 3 additions and 3 deletions

View File

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