Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lucko committed Apr 25, 2024
1 parent d50cf0b commit 9ac4aef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
# --------------
# BUILD PROJECT STAGE
# --------------
FROM alpine as build-project
RUN apk add --no-cache openjdk21 maven
FROM maven:3-eclipse-temurin-21-alpine as build-project

# compile the project
WORKDIR /bytebin
Expand Down

0 comments on commit 9ac4aef

Please sign in to comment.