Skip to content

Commit bae05ba

Browse files
committed
Fix build
1 parent 2cb6e6a commit bae05ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@ ARG DEBIAN_DEPENDENCIES="curl,git,ca-certificates,gosu,openssh-client,sshpass"
77
ARG PUID='1000'
88
ARG PGID='1000'
99
ARG GITHUB_WORK_DIR='/github'
10+
ARG REPOSITORY_BUILD_VERSION='dev'
1011

1112
COPY --chown=root:root --chmod=755 src/rootfs /
1213

1314
RUN serversideup-dep-install-alpine ${ALPINE_DEPENDENCIES} && \
1415
serversideup-dep-install-debian ${DEBIAN_DEPENDENCIES} && \
1516
\
1617
# Install GitHub CLI
17-
serversideup-install-github-cli ${GITHUB_CLI_VERSION} && \
18+
serversideup-install-github-cli ${BUILD_GITHUB_CLI_VERSION} && \
1819
\
1920
# Create default unprivileged user and group
2021
serversideup-create-unprivileged-user github "${PUID}" "${PGID}" && \

0 commit comments

Comments
 (0)