File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ tasks:
234
234
# Note: This task is built server side without the context or tooling that
235
235
# exist in tree so we must hard code the hash
236
236
image :
237
- mozillareleases/taskgraph:decision-v8.0.1 @sha256:74c5a20e7d8c8bdbec6770c61274d3970991273ffe5c955d0868bb3cd7eb3160
237
+ mozillareleases/taskgraph:decision-v11.2.4 @sha256:eb53b1ca6b86b1344d61f55aab77b130048c0ae007eef181ec82eec327e91e07
238
238
239
239
maxRunTime : 1800
240
240
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ FROM ubuntu:22.04
7
7
MAINTAINER Tom Prince
"[email protected] "
8
8
9
9
# Add worker user
10
- RUN mkdir /builds && \
10
+ RUN mkdir -p /builds && \
11
11
useradd -d /builds/worker -s /bin/bash -m worker && \
12
12
chown worker:worker /builds/worker && \
13
13
mkdir /builds/worker/artifacts && \
You can’t perform that action at this time.
0 commit comments