Skip to content

Commit 7d9f6fb

Browse files
committed
refactor(deploy): simplify WHOAMI_VERSION variable
• Updated WHOAMI_VERSION to use the semantic version v1.10 instead of the hash-based identifier. • Ensured consistent formatting for ease of understanding and maintainability.
1 parent b3c467c commit 7d9f6fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env sh
22

33
# renovate: datasource=docker depname=traefik/whoami versioning=docker
4-
WHOAMI_VERSION="43a68d10b9dfcfc3ffbfe4dd42100dc9aeaf29b3a5636c856337a5940f1b4f1c" # v1.10
4+
WHOAMI_VERSION="v1.10"
55
docker run --detach --publish-all --name whoami traefik/whoami:"${WHOAMI_VERSION}"
66
docker stop whoami
77
docker rm whoami

0 commit comments

Comments
 (0)