Skip to content

Commit

Permalink
Merge pull request #891 from tianon/update-versions
Browse files Browse the repository at this point in the history
Update ymlfmt to 0.18.9
  • Loading branch information
tianon authored Jan 6, 2025
2 parents f49fbfd + e5293ab commit add11f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ymlfmt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ FROM python:3.13-alpine3.20
RUN set -eux; \
apk add --no-cache --virtual .build-deps gcc libc-dev; \
# https://pypi.org/project/ruamel.yaml/
pip install --no-cache-dir 'ruamel.yaml == 0.18.8'; \
pip install --no-cache-dir 'ruamel.yaml == 0.18.9'; \
apk del --no-network .build-deps

COPY ymlfmt /usr/local/bin/
Expand Down
2 changes: 1 addition & 1 deletion ymlfmt/versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.18.8",
"version": "0.18.9",
"python": {
"version": "3.13",
"from": "python:3.13-alpine3.20",
Expand Down

0 comments on commit add11f9

Please sign in to comment.