Skip to content

Commit ceebb96

Browse files
committed
Use ubuntu based docker image instead of alpine
Experimental...
1 parent eecdef2 commit ceebb96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FROM azul/zulu-openjdk-alpine:17.0.2-17.32.13
2-
RUN apk --no-cache add curl
1+
FROM azul/zulu-openjdk:17
2+
RUN apt-get -qq update && apt-get -y --no-install-recommends install curl
33
COPY target/maskinporten-guardian-*.jar maskinporten-guardian.jar
44
COPY target/classes/logback*.xml /conf/
55
EXPOSE 10310

0 commit comments

Comments
 (0)