Skip to content

Commit

Permalink
Update docker.io/debian Docker tag to v12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 5, 2024
1 parent 57261cf commit b470039
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/debian:12.6-slim as base
FROM docker.io/debian:12.7-slim as base

Check warning on line 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / docker

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/

RUN apt-get update \
&& apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit b470039

Please sign in to comment.