Skip to content

Commit

Permalink
chore: fix "FromAsCasing: 'as' and 'FROM' keywords' casing do not mat…
Browse files Browse the repository at this point in the history
…ch" warning
  • Loading branch information
lemeurherveCB committed Nov 26, 2024
1 parent 87cd504 commit 0a94b88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion debian/bookworm-slim/hotspot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG BOOKWORM_TAG=20241111

FROM debian:bookworm-"${BOOKWORM_TAG}"-slim as jre-build
FROM debian:bookworm-"${BOOKWORM_TAG}"-slim AS jre-build

ARG JAVA_VERSION=17.0.13_11

Expand Down
2 changes: 1 addition & 1 deletion debian/bookworm/hotspot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG BOOKWORM_TAG=20241111

FROM debian:bookworm-"${BOOKWORM_TAG}" as jre-build
FROM debian:bookworm-"${BOOKWORM_TAG}" AS jre-build

ARG JAVA_VERSION=17.0.13_11

Expand Down
2 changes: 1 addition & 1 deletion rhel/ubi9/hotspot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/ubi:9.5 as jre-build
FROM registry.access.redhat.com/ubi9/ubi:9.5 AS jre-build

ARG JAVA_VERSION=17.0.13_11

Expand Down

0 comments on commit 0a94b88

Please sign in to comment.