Skip to content

Commit

Permalink
escape
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-k0 committed Jun 21, 2024
1 parent 79df555 commit b2846ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN adduser --disabled-password --gecos "" --uid 1001 runner \

COPY <<EOF /usr/bin/docker
#!/usr/bin/env bash
sudo podman "$@"
sudo podman "\$@"
EOF
RUN chmod +x /usr/bin/docker

Expand Down
2 changes: 1 addition & 1 deletion releaseVersion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.317.0-podman7
2.317.0-podman8
2 changes: 1 addition & 1 deletion src/runnerversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.317.0-podman7
2.317.0-podman8

0 comments on commit b2846ff

Please sign in to comment.