Skip to content

Commit feb56af

Browse files
committed
[SPARK-51405][K8S] Upgrade build-tools to use Ubuntu 24.04 LTS instead of 22.04 LTS docker image
1 parent d74c4d9 commit feb56af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-tools/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616
#
17-
FROM gradle:8.12.1-jdk17-jammy AS builder
17+
FROM gradle:8.12.1-jdk17-noble AS builder
1818
WORKDIR /app
1919
COPY . .
2020
RUN ./gradlew clean build -x check

0 commit comments

Comments
 (0)