Skip to content

Commit

Permalink
7413: Fix building JMC with Docker
Browse files Browse the repository at this point in the history
Reviewed-by: hirt
  • Loading branch information
dreis2211 authored and thegreystone committed Oct 4, 2021
1 parent a0cbc98 commit 085a4a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile-jmc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:8-jdk-stretch AS builder
FROM openjdk:11-jdk-buster AS builder

RUN apt-get update && apt-get install -y maven

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile-p2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:8-jdk-stretch
FROM openjdk:11-jdk-buster

RUN apt-get update && apt-get install -y maven

Expand Down

0 comments on commit 085a4a6

Please sign in to comment.