Skip to content

Commit 41f7f4d

Browse files
authored
Update Dockerfile
1 parent 363f893 commit 41f7f4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ FROM alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2
1010
ARG TARGETARCH
1111

1212
RUN apk add --no-cache ca-certificates
13-
COPY --chmod=755 --from=dist /dist/${TARGETARCH}/temporal /usr/local/bin/temporal
13+
COPY --from=dist /dist/${TARGETARCH}/temporal /usr/local/bin/temporal
1414
RUN adduser -u 1000 -D temporal
1515
USER temporal
1616

0 commit comments

Comments
 (0)