Merge pull request #77 from w-okada/dev

update
This commit is contained in:
w-okada 2022-10-28 22:09:23 +09:00 committed by GitHub
commit 3944f2bf85
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_220138
DOCKER_IMAGE=dannadori/voice-changer:20221028_220714
#DOCKER_IMAGE=voice-changer

View File

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