Skip to content

Commit

Permalink
BUG: fix location for bash in untar docker image. (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
DriesSchaumont authored Apr 29, 2024
1 parent a07a9c0 commit 1a6cc96
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/io/untar/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,8 @@ test_resources:
path: test.sh
engines:
- type: docker
image: bash:latest
image: alpine:latest
setup:
- type: apk
packages:
- bash

0 comments on commit 1a6cc96

Please sign in to comment.