Skip to content

Commit 416f642

Browse files
authored
update base images (#312)
1 parent 373374a commit 416f642

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

admin-tools.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BASE_ADMIN_TOOLS_IMAGE=temporalio/base-admin-tools:1.12.16
1+
ARG BASE_ADMIN_TOOLS_IMAGE=temporalio/base-admin-tools:1.12.18
22

33
##### Admin Tools #####
44
# This is injected as a context via the bakefile so we don't take it as an ARG

server.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BASE_SERVER_IMAGE=temporalio/base-server:1.15.16
1+
ARG BASE_SERVER_IMAGE=temporalio/base-server:1.15.18
22

33
FROM ${BASE_SERVER_IMAGE} as temporal-server
44
ARG TARGETARCH

0 commit comments

Comments
 (0)