Skip to content

Commit

Permalink
Change examples/BaSyxSecured/keycloak to use an arm64 compatible imag…
Browse files Browse the repository at this point in the history
…e for the build stage (#397)
  • Loading branch information
mateusmolina-iese authored Aug 23, 2024
1 parent 625c98b commit c44663d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/BaSyxSecured/keycloak/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM maven:3-eclipse-temurin-17-alpine as build
FROM maven:3-eclipse-temurin-17 AS build
WORKDIR /workspace
COPY ./initializer/pom.xml /workspace/pom.xml
COPY ./initializer/src /workspace/src
Expand Down

0 comments on commit c44663d

Please sign in to comment.