Skip to content

Commit

Permalink
Finshing updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
klakegg authored Jun 4, 2023
1 parent 67cc7a2 commit 07803fc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions doc/changelog/NEXT.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@
## :heartbeat: Updates

* Hugo: [`0.107.0`](https://github.com/klakegg/docker-hugo/releases/tag/0.107.0) => `NEXT`
* Alpine: `3.16` => `3.18`
* Busybox: `1.35` => `1.36`
* Debian: `11.3` => `11.7`
* Ubuntu: `22.04` => `23.04`
* NodeJS: `18.x` => `20.x`
* Golang: `1.17` => `1.19.9`
* Sass Embedded: `1.52.3` => `1.56.1`
* autoprefixer: `10.2.4` => `10.4.14`
* postcss: `8.2.6` => `8.4.24`
* postcss-cli: `8.3.1` => `10.1.0`
* yarn: `1.22.10` => `1.22.19`


## Docker images
Expand Down
2 changes: 1 addition & 1 deletion src/docker/ubuntu-ext/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN true \
#
# Install Python 3 and rst2html
&& DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends python3-minimal python3-pip python3-setuptools python3-wheel \
&& pip install rst2html \
&& pip install --break-system-packages rst2html \
#
# Install NodeJS and tooling
&& curl -sL https://deb.nodesource.com/setup_20.x | bash - \
Expand Down

0 comments on commit 07803fc

Please sign in to comment.