Skip to content
Merged
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
2 changes: 1 addition & 1 deletion admin-tools.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_ADMIN_TOOLS_IMAGE=temporalio/base-admin-tools:1.12.16
ARG BASE_ADMIN_TOOLS_IMAGE=temporalio/base-admin-tools:1.12.18

##### Admin Tools #####
# This is injected as a context via the bakefile so we don't take it as an ARG
Expand Down
2 changes: 1 addition & 1 deletion server.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
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
Expand Down
Loading