Skip to content

Commit f15771e

Browse files
author
Steve Ramage
committed
ci: fixes broken builds due to upgrade of minimum meson version (Resolves #335)
1 parent 4a1c259 commit f15771e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ci/Build-Environment.Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ RUN apt-get install -y git openjdk-17-jdk-headless
66

77
WORKDIR /tmp
88

9-
RUN useradd -m builduser -u 1000
9+
RUN useradd -m builduser -u 1001
1010

11-
USER 1000
11+
USER 1001
1212

13-
RUN git clone https://github.com/SJrX/systemdUnitFilePlugin.git
13+
RUN git clone https://github.com/SJrX/systemdUnitFilePlugin.git -b 223.x
1414

1515
WORKDIR /tmp/systemdUnitFilePlugin
1616

systemd-build/Systemd-Builder.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:22.04
1+
FROM ubuntu:24.04
22

33
ENV DEBIAN_FRONTEND noninteractive
44

0 commit comments

Comments
 (0)