File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
aws-serverless-java-container-springboot3
samples/springboot3/pet-store-native Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1616
1717 <properties >
1818 <spring .version>6.2.8</spring .version>
19- <springboot .version>3.4.5 </springboot .version>
19+ <springboot .version>3.5.8 </springboot .version>
2020 <springsecurity .version>6.4.5</springsecurity .version>
2121 </properties >
2222
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ RUN yum -y update \
88
99# Graal VM
1010ENV GRAAL_VERSION 21.0.2
11- ENV ARCHITECTURE x64
11+ ENV ARCHITECTURE aarch64
1212ENV GRAAL_FILENAME graalvm-community-jdk-${GRAAL_VERSION}_linux-${ARCHITECTURE}_bin.tar.gz
1313RUN curl -4 -L https://github.com/graalvm/graalvm-ce-builds/releases/download/jdk-${GRAAL_VERSION}/${GRAAL_FILENAME} | tar -xvz
1414RUN mv graalvm-community-openjdk-${GRAAL_VERSION}* /usr/lib/graalvm
You can’t perform that action at this time.
0 commit comments