Skip to content

Commit

Permalink
Merge pull request #87 from illallangi/dependabot/docker/library/pyth…
Browse files Browse the repository at this point in the history
…on-3.12.7-alpine

Bump library/python from 3.12.6-alpine to 3.12.7-alpine
  • Loading branch information
andrewcole authored Oct 3, 2024
2 parents c0b4048 + d8ba2af commit 1e6d3d6
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,4 +1,4 @@
FROM docker.io/library/python:3.12.6-alpine AS base
FROM docker.io/library/python:3.12.7-alpine AS base

FROM base as builder

Check warning on line 3 in Dockerfile

View workflow job for this annotation

GitHub Actions / test

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Expand Down

0 comments on commit 1e6d3d6

Please sign in to comment.