Skip to content

Commit

Permalink
feat(container): update docker/dockerfile (1.4 → 1.12)
Browse files Browse the repository at this point in the history
Signed-off-by: lrstanley-renovate[bot] <153159847+lrstanley-renovate[bot]@users.noreply.github.com>
  • Loading branch information
lrstanley-x[bot] authored Jan 9, 2025
1 parent d1039e6 commit fd884dd
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 @@
# syntax = docker/dockerfile:1.4
# syntax = docker/dockerfile:1.12

# build image
FROM golang:alpine as build

Check warning on line 4 in Dockerfile

View workflow job for this annotation

GitHub Actions / docker-test / docker-release

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 fd884dd

Please sign in to comment.