Skip to content

Commit 92736ad

Browse files
jcristaumergify[bot]
authored andcommitted
ci: bump to taskgraph 11.2.4
1 parent 4897dc1 commit 92736ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.taskcluster.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ tasks:
234234
# Note: This task is built server side without the context or tooling that
235235
# exist in tree so we must hard code the hash
236236
image:
237-
mozillareleases/taskgraph:decision-v8.0.1@sha256:74c5a20e7d8c8bdbec6770c61274d3970991273ffe5c955d0868bb3cd7eb3160
237+
mozillareleases/taskgraph:decision-v11.2.4@sha256:eb53b1ca6b86b1344d61f55aab77b130048c0ae007eef181ec82eec327e91e07
238238

239239
maxRunTime: 1800
240240

taskcluster/docker/base/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ FROM ubuntu:22.04
77
MAINTAINER Tom Prince "[email protected]"
88

99
# Add worker user
10-
RUN mkdir /builds && \
10+
RUN mkdir -p /builds && \
1111
useradd -d /builds/worker -s /bin/bash -m worker && \
1212
chown worker:worker /builds/worker && \
1313
mkdir /builds/worker/artifacts && \

0 commit comments

Comments
 (0)