Skip to content

Commit 12e19f9

Browse files
committed
fix(docker): switch to corretto amazonlinux gradle build image
Previous image was also not downloadable
1 parent c3669bc commit 12e19f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM gradle:9.0-jdk17-alpine as builder
1+
FROM gradle:9.0.0-jdk17-corretto-al2023 AS builder
22

33
WORKDIR /build
44
COPY ./ /build

0 commit comments

Comments
 (0)