Skip to content

Commit 35e09cc

Browse files
authored
Merge pull request #471 from mybatis/renovate/openjdk-25.x
Update openjdk Docker tag to v25
2 parents 89ae56c + 3f5ad8e commit 35e09cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
# limitations under the License.
1515
#
1616

17-
FROM openjdk:21 AS build
17+
FROM openjdk:25 AS build
1818
RUN mkdir -p /opt/migrations/build
1919
WORKDIR /opt/migrations/build
2020
COPY . .
2121
RUN ./mvnw package -DskipTests
2222

23-
FROM openjdk:21
23+
FROM openjdk:25
2424
RUN ["mkdir", "-p", "/opt/migrations"]
2525

2626
COPY --from=build /opt/migrations/build/target/appassembler /opt/migrations

0 commit comments

Comments
 (0)