Skip to content

Commit

Permalink
Bump ubuntu from jammy-20240808 to jammy-20250126
Browse files Browse the repository at this point in the history
Bumps ubuntu from jammy-20240808 to jammy-20250126.

---
updated-dependencies:
- dependency-name: ubuntu
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 7, 2025
1 parent 2d7071e commit 32e1b80
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 koalaman/shellcheck:v0.10.0 as shellcheck
FROM mvdan/shfmt:v3.10.0 as shfmt

Check warning on line 4 in Dockerfile

View workflow job for this annotation

GitHub Actions / CI

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/
FROM hadolint/hadolint:v2.12.0 as hadolint

Check warning on line 5 in Dockerfile

View workflow job for this annotation

GitHub Actions / CI

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/

FROM ubuntu:jammy-20240808 as base
FROM ubuntu:jammy-20250126 as base

Check warning on line 7 in Dockerfile

View workflow job for this annotation

GitHub Actions / CI

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/

USER root

Expand Down

0 comments on commit 32e1b80

Please sign in to comment.