Skip to content

Commit dd978c5

Browse files
committed
rm alpine_image default arg
1 parent 16caecf commit dd978c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/docker/targets/server.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG ALPINE_IMAGE=alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412
1+
ARG ALPINE_IMAGE
22

33
FROM ${ALPINE_IMAGE}
44

@@ -7,7 +7,7 @@ ARG TARGETARCH
77
RUN apk add --no-cache \
88
ca-certificates \
99
tzdata && addgroup -g 1000 temporal && \
10-
adduser -u 1000 -G temporal -D temporal
10+
adduser -u 1000 -G temporal -D temporal
1111

1212
COPY --chmod=755 ./build/${TARGETARCH}/temporal-server /usr/local/bin/
1313

0 commit comments

Comments
 (0)