Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions official-templates/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion official-templates/shared/versions.hcl
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Loading