Skip to content

Commit

Permalink
Revert "Update base images (#2226)" (#2252)
Browse files Browse the repository at this point in the history
This reverts commit 555e018.
  • Loading branch information
Alex-Tideman authored Aug 2, 2024
1 parent fc30f9a commit 72d623d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG BASE_SERVER_IMAGE=temporalio/base-server:1.15.8
ARG BASE_BUILDER_IMAGE=temporalio/base-builder:1.14.11
ARG BASE_SERVER_IMAGE=temporalio/base-server:1.15.7
ARG BASE_BUILDER_IMAGE=temporalio/base-builder:1.14.8

FROM ${BASE_BUILDER_IMAGE} AS server-builder

Expand Down

0 comments on commit 72d623d

Please sign in to comment.