Skip to content

Commit

Permalink
#95: fix invalid default value in dockerfile arg
Browse files Browse the repository at this point in the history
  • Loading branch information
tlamonthezie committed Jul 31, 2024
1 parent 7c46e2f commit 15c6749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker/make-base.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG BASE_IMAGE=ubuntu:22.04
FROM ${BASE_IMAGE} AS base

# Arguments
ARG VTK_VERSION=v9.2.2
ARG VTK_VERSION=9.2.2
ARG PYTHON_VERSION=3.8
ARG CC=gcc-11
ARG CXX=g++-11
Expand Down

0 comments on commit 15c6749

Please sign in to comment.