Merge pull request #76 from w-okada/dev

update
This commit is contained in:
w-okada 2022-10-28 22:03:50 +09:00 committed by GitHub
commit 82c5fec01a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

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:20221028_215409
DOCKER_IMAGE=dannadori/voice-changer:20221028_220138
#DOCKER_IMAGE=voice-changer

View File

@ -1,4 +1,4 @@
FROM dannadori/voice-changer-internal:20221028_214933 as front
FROM dannadori/voice-changer-internal:20221028_215949 as front
FROM debian:bullseye-slim as base
ARG DEBIAN_FRONTEND=noninteractive