Skip to content

Commit

Permalink
feat: Fix podman run command in docs, update to latest hugo
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouter committed Sep 23, 2023
1 parent 11e5d66 commit dbe0cc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM golang:alpine
LABEL maintainer="[email protected]" \
repo="https://github.com/warpnet/hugo-extended"
ENV HUGO_VERSION 0.101.0
ENV HUGO_VERSION 0.118.2
# hadolint ignore=DL3018,DL3003
RUN set -eux \
&& apk add --no-cache nodejs npm curl gcc libc-dev g++ git \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ The hugo-extended container by Warpnet B.V. has hugo built with the `--extended`
## Example usage

```bash
podman -v ./:/data:Z -p 1313:1313 warpnetbv/hugo-extended:latest
podman run -v ./:/data:Z -p 1313:1313 warpnetbv/hugo-extended:latest
```

0 comments on commit dbe0cc0

Please sign in to comment.