Skip to content

Commit

Permalink
fixed deprecated ENV format in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ToshY committed Sep 8, 2024
1 parent a699089 commit 6672e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM python:${PYTHON_IMAGE_VERSION}-slim-bookworm AS base

LABEL maintainer="ToshY (github.com/ToshY)"

ENV PIP_ROOT_USER_ACTION ignore
ENV PIP_ROOT_USER_ACTION=ignore

WORKDIR /build

Expand Down

0 comments on commit 6672e04

Please sign in to comment.