Skip to content

Commit

Permalink
Bump to .5 for base docker images (#1690)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Tideman authored Oct 16, 2023
1 parent 547c2f2 commit 29ea87e
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.1
ARG BASE_BUILDER_IMAGE=temporalio/base-builder:1.14.1
ARG BASE_SERVER_IMAGE=temporalio/base-server:1.15.5
ARG BASE_BUILDER_IMAGE=temporalio/base-builder:1.14.5

FROM ${BASE_BUILDER_IMAGE} AS server-builder

Expand Down

0 comments on commit 29ea87e

Please sign in to comment.