Skip to content

Commit

Permalink
Merge pull request #140 from josephrodriguez/dependabot/docker/main/a…
Browse files Browse the repository at this point in the history
…zul/zulu-openjdk-5769503

Bump azul/zulu-openjdk from `4b6c714` to `5769503`
  • Loading branch information
github-actions[bot] authored Oct 8, 2024
2 parents fece815 + ac1f48b commit f538fb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM azul/zulu-openjdk:23-jdk-crac@sha256:4b6c7146f80d4758a1d33823795086be718983932a0b9534dcdc8c813e0661c7 as build
FROM azul/zulu-openjdk:23-jdk-crac@sha256:57695039a4614227840a7a24987eacec233447968c2c54c9e926751b850af04e as build

Check warning on line 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / build

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
COPY . /usr/app
WORKDIR /usr/app
RUN chmod +x mvnw && ./mvnw clean package

FROM azul/zulu-openjdk:23-jre-headless@sha256:2bc348d73bce5ef0928e73413f1836d90614e8bb95e2b4ac108cb385f7f73c9d
FROM azul/zulu-openjdk:23-jre-headless@sha256:897b96db593cf007b9638710734c00d8e692c032698091055734b6c3f78efb01
RUN mkdir /app
COPY --from=build /usr/app/target/*.jar /app/com.springboot.starterkit.jar
EXPOSE 8080
Expand Down

0 comments on commit f538fb9

Please sign in to comment.