Skip to content

Commit

Permalink
Change to newest version of base-server (#125)
Browse files Browse the repository at this point in the history
This will resolve multiple CVEs
  • Loading branch information
rubenverboon authored Apr 5, 2022
1 parent 5412bbc commit c5c1e85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_SERVER_IMAGE=temporalio/base-server:1.2.0
ARG BASE_SERVER_IMAGE=temporalio/base-server:1.7.0
ARG BASE_BUILDER_IMAGE=temporalio/base-builder:1.7.0
ARG GOPROXY

Expand All @@ -23,4 +23,4 @@ COPY docker/start-ui-server.sh ./start-ui-server.sh
COPY docker/config_template.yaml ./config/config_template.yaml

EXPOSE 8080
ENTRYPOINT ["./start-ui-server.sh"]
ENTRYPOINT ["./start-ui-server.sh"]

0 comments on commit c5c1e85

Please sign in to comment.