Skip to content

Commit 85108f5

Browse files
dregladfrantuma
authored andcommitted
Update Dockerfile base image
Dockerfile base image had changed from Alpine to Ubun, breaking Docker image build
1 parent 984d015 commit 85108f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM maven:3-eclipse-temurin-11
1+
FROM maven:3-eclipse-temurin-11-alpine
22

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

0 commit comments

Comments
 (0)