diff --git a/official-templates/base/Dockerfile b/official-templates/base/Dockerfile index 5b2c487..df46677 100644 --- a/official-templates/base/Dockerfile +++ b/official-templates/base/Dockerfile @@ -108,6 +108,7 @@ COPY README.md /usr/share/nginx/html/README.md # Start Script COPY --from=scripts --chmod=755 start.sh / +COPY --from=scripts --chmod=755 post_start.sh / # Welcome Message COPY --from=logo runpod.txt /etc/runpod.txt diff --git a/official-templates/shared/versions.hcl b/official-templates/shared/versions.hcl index 1af3891..bd522f5 100644 --- a/official-templates/shared/versions.hcl +++ b/official-templates/shared/versions.hcl @@ -1,4 +1,4 @@ -RELEASE_VERSION = "1.0.2" +RELEASE_VERSION = "1.0.3" variable "RELEASE_SUFFIX" { default = "" # Set by CI, not used by humans.