Skip to content

Commit

Permalink
Update balena/open-balena-base Docker tag to v18.0.16
Browse files Browse the repository at this point in the history
Update balena/open-balena-base from 18.0.14 to 18.0.16

Change-type: patch
  • Loading branch information
balena-renovate[bot] committed Oct 21, 2024
1 parent 5d841a3 commit e0eea25
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 balena/open-balena-base:v18.0.14 as base
FROM balena/open-balena-base:v18.0.16 as base

Check warning on line 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / Flowzone / Test docker (default, linux/arm64, self-hosted, distro:focal, ARM64, arm64v8, default)

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 base as builder

Check warning on line 4 in Dockerfile

View workflow job for this annotation

GitHub Actions / Flowzone / Test docker (default, linux/arm64, self-hosted, distro:focal, ARM64, arm64v8, default)

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 e0eea25

Please sign in to comment.