Skip to content

Commit c45202b

Browse files
authored
Merge pull request #1956 from lemeurherveCB/from-as-casing
chore: fix "FromAsCasing: 'as' and 'FROM' keywords' casing do not match" warning
2 parents 87cd504 + 0a94b88 commit c45202b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

debian/bookworm-slim/hotspot/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG BOOKWORM_TAG=20241111
22

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

55
ARG JAVA_VERSION=17.0.13_11
66

debian/bookworm/hotspot/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG BOOKWORM_TAG=20241111
22

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

55
ARG JAVA_VERSION=17.0.13_11
66

rhel/ubi9/hotspot/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/ubi:9.5 as jre-build
1+
FROM registry.access.redhat.com/ubi9/ubi:9.5 AS jre-build
22

33
ARG JAVA_VERSION=17.0.13_11
44

0 commit comments

Comments
 (0)