Skip to content

Commit

Permalink
Update python
Browse files Browse the repository at this point in the history
  • Loading branch information
frodrigo committed Jan 29, 2025
1 parent e029323 commit 2b0483a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addok/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.4
FROM python:3.8

ARG ADDOK_VERSION
ENV ADDOK_VERSION ${ADDOK_VERSION:-1.1.0-rc1}

Check warning on line 4 in addok/Dockerfile

View workflow job for this annotation

GitHub Actions / docker

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Expand Down

0 comments on commit 2b0483a

Please sign in to comment.