Skip to content

Commit

Permalink
fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonyLeons committed Sep 14, 2023
1 parent 1502667 commit 73865f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base image with maven installed already
FROM maven:eclipse-temurin as builder
FROM maven:3.9-eclipse-temurin-17 as builder

# Copy whole project inside docker
COPY . .
Expand Down

0 comments on commit 73865f6

Please sign in to comment.