Skip to content

Commit

Permalink
Merge pull request #1956 from lemeurherveCB/from-as-casing
Browse files Browse the repository at this point in the history
chore: fix "FromAsCasing: 'as' and 'FROM' keywords' casing do not match" warning
  • Loading branch information
dduportal authored Nov 27, 2024
2 parents 87cd504 + 0a94b88 commit c45202b
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 c45202b

Please sign in to comment.