Skip to content

Commit

Permalink
feat: update black to latest available version (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
marektamaskovic authored Dec 6, 2023
1 parent 87512ad commit 0139e6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions black/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.10-alpine
FROM python:3.12-alpine

ENV version=22.3.0
ENV version=23.11.0
RUN apk add --no-cache --virtual=.build-deps build-base && \
addgroup -S black && adduser -D -S black black && \
pip install --no-cache-dir black==$version && \
Expand Down

0 comments on commit 0139e6f

Please sign in to comment.