Skip to content

Commit

Permalink
don't specify ubuntu bulid, run final on alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
RoblKyogre committed Feb 24, 2024
1 parent fcebf13 commit 921b578
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
@@ -1,5 +1,5 @@
ARG BASE_IMAGE=eclipse-temurin:17-jre-focal
ARG BUILD_IMAGE=eclipse-temurin:17-jdk-focal
ARG BASE_IMAGE=eclipse-temurin:17-jre-alpine
ARG BUILD_IMAGE=eclipse-temurin:17-jdk

FROM ${BUILD_IMAGE} as build

Expand Down

0 comments on commit 921b578

Please sign in to comment.