Skip to content

Commit

Permalink
update base image
Browse files Browse the repository at this point in the history
  • Loading branch information
ShahabT committed Jul 16, 2024
1 parent f96ca00 commit 0aade15
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docker/base-images/base-admin-tools.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ ARG BASE_IMAGE=alpine:3.18
FROM ${BASE_IMAGE} AS builder

RUN apk add --update --no-cache \
python3~3.11 \
py3-pip \
python3-dev \
musl-dev \
Expand Down
2 changes: 1 addition & 1 deletion server.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_SERVER_IMAGE=temporalio/base-server:1.15.7
ARG BASE_SERVER_IMAGE=temporalio/base-server:1.15.8

FROM ${BASE_SERVER_IMAGE} as temporal-server
ARG TARGETARCH
Expand Down

0 comments on commit 0aade15

Please sign in to comment.