Skip to content

Commit

Permalink
feat: upgrade eclipse-temuri so it works with apple chips (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
craigyu authored May 9, 2023
1 parent f3766a0 commit 3033f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY pom.xml /home/spring
WORKDIR /home/spring
RUN mvn --no-transfer-progress --update-snapshots -P prod clean package

FROM eclipse-temurin:17-jre-alpine
FROM eclipse-temurin:17.0.7_7-jre-jammy
LABEL maintainer="Ricardo Montania Prado de Campos <ricardo.campos@encora.com>"

ENV LANG en_CA.UTF-8
Expand Down

0 comments on commit 3033f5a

Please sign in to comment.