Skip to content

Commit

Permalink
Use base-server:1.5.0 after recent update (#2402)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexshtin authored Jan 21, 2022
1 parent 1e19178 commit aff2a82
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG BASE_BUILDER_IMAGE=temporalio/base-builder:1.5.0
ARG BASE_SERVER_IMAGE=temporalio/base-server:1.4.0
ARG BASE_SERVER_IMAGE=temporalio/base-server:1.5.0
ARG BASE_ADMIN_TOOLS_IMAGE=temporalio/base-admin-tools:1.3.0
ARG GOPROXY

Expand Down
1 change: 0 additions & 1 deletion docker/base-images/base-server.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ RUN apk add --update --no-cache \
RUN mkdir -p /xsrc && \
git clone https://github.com/jwilder/dockerize.git && \
cd dockerize && \
go mod tidy && \
go build -o /usr/local/bin/dockerize . && \
rm -rf /xsrc

Expand Down

0 comments on commit aff2a82

Please sign in to comment.