Skip to content

Commit 4a3304c

Browse files
committed
misc
1 parent b2846ff commit 4a3304c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: images/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RUN adduser --disabled-password --gecos "" --uid 1001 runner \
4444

4545
COPY <<EOF /usr/bin/docker
4646
#!/usr/bin/env bash
47-
sudo podman "\$@"
47+
sudo -E podman "\$@"
4848
EOF
4949
RUN chmod +x /usr/bin/docker
5050

Diff for: releaseVersion

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.317.0-podman8
1+
2.317.0-podman9

Diff for: src/runnerversion

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.317.0-podman8
1+
2.317.0-podman9

0 commit comments

Comments
 (0)