mirror of
https://github.com/ivuorinen/actions.git
synced 2026-02-18 23:49:14 +00:00
chore(deps)!: update image ubuntu to v24 (#294)
This commit is contained in:
@@ -10,7 +10,7 @@ ARG ACT_VERSION=0.2.71
|
|||||||
ARG SHELLSPEC_VERSION=0.28.1
|
ARG SHELLSPEC_VERSION=0.28.1
|
||||||
|
|
||||||
# Stage 1: Build kcov separately to keep final image slim
|
# Stage 1: Build kcov separately to keep final image slim
|
||||||
FROM ubuntu:22.04 AS kcov-builder
|
FROM ubuntu:24.04 AS kcov-builder
|
||||||
|
|
||||||
ARG KCOV_VERSION
|
ARG KCOV_VERSION
|
||||||
|
|
||||||
@@ -43,7 +43,7 @@ RUN cmake .. \
|
|||||||
&& make install DESTDIR=/kcov-install
|
&& make install DESTDIR=/kcov-install
|
||||||
|
|
||||||
# Stage 2: Base system setup
|
# Stage 2: Base system setup
|
||||||
FROM ubuntu:22.04 AS base
|
FROM ubuntu:24.04 AS base
|
||||||
|
|
||||||
LABEL maintainer="ivuorinen"
|
LABEL maintainer="ivuorinen"
|
||||||
LABEL description="GitHub Actions testing framework with pre-installed tools"
|
LABEL description="GitHub Actions testing framework with pre-installed tools"
|
||||||
|
|||||||
Reference in New Issue
Block a user