Skip to content

Commit 0add3cf

Browse files
Use new base image tag
1 parent 2ba9b9f commit 0add3cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage 1: Base Image
2-
ARG BASE_IMAGE=ashleykza/a1111:1.10.0.post7
2+
ARG BASE_IMAGE=ashleykza/cu124-py311-1.10.1.post4
33
FROM ${BASE_IMAGE} AS base
44

55
ARG INDEX_URL

docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ variable "BASE_IMAGE_REPOSITORY" {
2323
}
2424

2525
variable "BASE_IMAGE_VERSION" {
26-
default = "1.10.1.post4"
26+
default = "cu124-py311-1.10.1.post4"
2727
}
2828

2929
variable "PYTHON_VERSION" {

0 commit comments

Comments
 (0)