Skip to content

Commit

Permalink
Update Dockerfile base image
Browse files Browse the repository at this point in the history
Dockerfile base image had changed from Alpine to Ubun, breaking Docker image build
  • Loading branch information
dreglad authored and frantuma committed Apr 30, 2024
1 parent 984d015 commit 85108f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM maven:3-eclipse-temurin-11
FROM maven:3-eclipse-temurin-11-alpine

RUN set -x && \
apk add --no-cache bash
Expand Down

0 comments on commit 85108f5

Please sign in to comment.