Skip to content

Commit ab278eb

Browse files
chore(deps): update alpine docker tag to v3.22.2
1 parent 6302c43 commit ab278eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/test-run-exec/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Run this with: docker compose up --exit-code-from sleep1
22
services:
33
sleep1:
4-
image: &alpine alpine:3.22.1
4+
image: &alpine alpine:3.22.2
55
command: sleep ${SLEEP_FOR:-15}
66
environment:
77
OUTPUT_FILE: ${EXEC_OUTPUT_FILE:-sleep.txt}

0 commit comments

Comments
 (0)