Skip to content

Commit e4c6b58

Browse files
committed
Updated Dockerfile with maintained image
The image referenced is old and not maintained nor official. This references the official maven image with the old jdk8 as needed by the tests. Keeps the alpine tag to change as little as needed
1 parent a408204 commit e4c6b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM jimschubert/8-jdk-alpine-mvn:1.0
1+
FROM maven:3-jdk-8-alpine
22

33
RUN set -x && \
44
apk add --no-cache bash

0 commit comments

Comments
 (0)