Skip to content

Commit 22d306a

Browse files
committed
build: update TEMPLATE_TAG to latest v0.14.0
1 parent 21ef1fe commit 22d306a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docker/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ARG BUILDTIME \
1818
USER=root \
1919
WORKDIR=/root \
2020
UNIRTM_VERSION=0.24.0 \
21-
TEMPLATE_TAG=v0.9.2
21+
TEMPLATE_TAG=v0.14.0
2222

2323
# Standard OCI Metadata (https://github.com/opencontainers/image-spec)
2424
LABEL org.opencontainers.image.authors="Snowdream Tech" \

docker/debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ARG BUILDTIME \
1919
USER=root \
2020
WORKDIR=/root \
2121
UNIRTM_VERSION=0.24.0 \
22-
TEMPLATE_TAG=v0.9.2
22+
TEMPLATE_TAG=v0.14.0
2323

2424
# Standard OCI Metadata (https://github.com/opencontainers/image-spec)
2525
LABEL org.opencontainers.image.authors="Snowdream Tech" \

docker/rocky/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ARG BUILDTIME \
1818
USER=root \
1919
WORKDIR=/root \
2020
UNIRTM_VERSION=0.24.0 \
21-
TEMPLATE_TAG=v0.9.2
21+
TEMPLATE_TAG=v0.14.0
2222

2323
# Standard OCI Metadata (https://github.com/opencontainers/image-spec)
2424
LABEL org.opencontainers.image.authors="Snowdream Tech" \

0 commit comments

Comments
 (0)