mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 14:55:50 +00:00
updated Dockerfile to be case correct to avoid warning
This commit is contained in:
parent
14dcd750e6
commit
35f6698da0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue