We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 373374a commit 416f642Copy full SHA for 416f642
admin-tools.Dockerfile
@@ -1,4 +1,4 @@
1
-ARG BASE_ADMIN_TOOLS_IMAGE=temporalio/base-admin-tools:1.12.16
+ARG BASE_ADMIN_TOOLS_IMAGE=temporalio/base-admin-tools:1.12.18
2
3
##### Admin Tools #####
4
# This is injected as a context via the bakefile so we don't take it as an ARG
server.Dockerfile
-ARG BASE_SERVER_IMAGE=temporalio/base-server:1.15.16
+ARG BASE_SERVER_IMAGE=temporalio/base-server:1.15.18
FROM ${BASE_SERVER_IMAGE} as temporal-server
ARG TARGETARCH
0 commit comments