Skip to content

Commit

Permalink
Merge pull request #20 from pabpereza/snyk-fix-96212bf63f9f3cf3c6fdaa…
Browse files Browse the repository at this point in the history
…342e8ab934
  • Loading branch information
pabpereza authored Jul 8, 2024
2 parents 06561f4 + cb8d140 commit b73436f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/simple/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18 AS builder
FROM alpine:3 AS builder


# Install dependencies
Expand All @@ -12,7 +12,7 @@ COPY . .
RUN javac Hello.java

# Start a clean image
FROM alpine:3.18
FROM alpine:3

# Install jre
RUN apk add openjdk11-jre
Expand Down

0 comments on commit b73436f

Please sign in to comment.