Skip to content

Commit

Permalink
Merge pull request #202 from github/dependabot/docker/python-59c7332
Browse files Browse the repository at this point in the history
chore(deps): bump python from `105e9d8` to `59c7332`
  • Loading branch information
jmeridth committed Aug 19, 2024
2 parents c1f5b43 + 38f91cb commit 8d2d411
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
@@ -1,6 +1,6 @@
#checkov:skip=CKV_DOCKER_2
#checkov:skip=CKV_DOCKER_3
FROM python:3.12-slim@sha256:105e9d85a67db1602e70fa2bbb49c1e66bae7e3bdcb6259344fe8ca116434f74
FROM python:3.12-slim@sha256:59c7332a4a24373861c4a5f0eec2c92b87e3efeb8ddef011744ef9a751b1d11c
LABEL org.opencontainers.image.source https://github.com/github/evergreen

Check warning on line 4 in Dockerfile

View workflow job for this annotation

GitHub Actions / create_action_images

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

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

WORKDIR /action/workspace
Expand Down

0 comments on commit 8d2d411

Please sign in to comment.