Skip to content

Commit 990e296

Browse files
committed
ditto
1 parent e7bd1b0 commit 990e296

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile.goose

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ RUN make .install-goose
2020

2121
# second release stage
2222
FROM alpine:${ALPINE_VER}
23+
ARG ALPINE_VER
24+
ARG ALPINE_MIRROR
2325

2426
# create user other than root and install updated
2527
RUN addgroup -g 101 app && \

0 commit comments

Comments
 (0)