Skip to content

Commit

Permalink
Rebase Docker image on temporalio/base-builder (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
feedmeapples authored Mar 17, 2022
1 parent d4402e5 commit e4e8f37
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
ARG BASE_SERVER_IMAGE=temporalio/base-server:1.2.0
ARG BASE_BUILDER_IMAGE=temporalio/base-builder:1.7.0
ARG GOPROXY

##### UI builder #####
FROM golang:1.18-alpine3.14 AS ui-builder

RUN apk add --update --no-cache \
make \
git
FROM ${BASE_BUILDER_IMAGE} AS ui-builder

WORKDIR /home/ui-builder

Expand Down

0 comments on commit e4e8f37

Please # to comment.