updated Dockerfile to be case correct to avoid warning

This commit is contained in:
Barry Matheney 2024-08-22 08:48:47 -04:00
parent 14dcd750e6
commit 35f6698da0

View file

@ -1,4 +1,4 @@
FROM gradle:jdk22-jammy as builder
FROM gradle:jdk22-jammy AS builder
COPY . /home/gradle/source
WORKDIR /home/gradle/source
RUN gradle build --stacktrace --no-daemon