Skip to content

Commit

Permalink
apparently 17 alpine does not exist on aarch64 :/
Browse files Browse the repository at this point in the history
  • Loading branch information
RoblKyogre committed Feb 24, 2024
1 parent bcbdfd4 commit 75dc6c0
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-alpine
ARG BUILD_IMAGE=eclipse-temurin:17-jdk-alpine
ARG BASE_IMAGE=eclipse-temurin:21-jre-alpine
ARG BUILD_IMAGE=eclipse-temurin:21-jdk-alpine

FROM ${BUILD_IMAGE} as viaaas-build

Expand Down

0 comments on commit 75dc6c0

Please sign in to comment.