Skip to content

Commit

Permalink
bump version to 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vitormarcal committed Jan 23, 2024
1 parent f325623 commit da58a33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN npm install
COPY ./frontend .
RUN npm run generate

FROM openjdk:17-alpine as backend_builder
FROM amazoncorretto:21-alpine as backend_builder

WORKDIR /app

Expand All @@ -17,7 +17,7 @@ COPY backend ./backend

RUN ./gradlew clean build

FROM eclipse-temurin:17-jre
FROM amazoncorretto:21-alpine

WORKDIR /app
COPY --from=frontend_builder /app/.output/public /app/public
Expand Down

0 comments on commit da58a33

Please sign in to comment.