fix hugo version check
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
932ad05fc1
commit
ed42070047
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
FROM docker.io/alpine:latest
|
FROM docker.io/alpine:latest
|
||||||
RUN apk add --no-cache hugo git openssh rsync curl nodejs
|
RUN apk add --no-cache hugo git openssh rsync curl nodejs
|
||||||
RUN curl -L https://unpkg.com/@pnpm/self-installer | node
|
RUN curl -L https://unpkg.com/@pnpm/self-installer | node
|
||||||
RUN hugo --version
|
RUN hugo version
|
||||||
RUN pnpm --version
|
RUN pnpm --version
|
Loading…
Reference in a new issue