Skip to content

Commit

Permalink
DockerfileのデフォルトもまだUbuntu 20.04にしておく
Browse files Browse the repository at this point in the history
  • Loading branch information
aoirint authored Dec 1, 2024
1 parent cc89efb commit 3928609
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# syntax=docker/dockerfile:1.11
# syntax=docker/dockerfile:1.4

# TODO: build-arg と target のドキュメントをこのファイルに書く

ARG BASE_IMAGE=ubuntu:22.04
ARG BASE_IMAGE=ubuntu:20.04
ARG BASE_RUNTIME_IMAGE=$BASE_IMAGE

# Download VOICEVOX Core shared object
Expand Down

0 comments on commit 3928609

Please sign in to comment.