Skip to content

Commit 18e9423

Browse files
committed
set pyaction:3 in docker
1 parent c5b1e22 commit 18e9423

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# FROM cicirello/pyaction:4
33

44
# If all you need is Python 3, use:
5-
FROM cicirello/pyaction-lite:3
5+
# FROM cicirello/pyaction-lite:3
66

77
# If Python 3 + git is sufficient, then use:
8-
# FROM cicirello/pyaction:3
8+
FROM cicirello/pyaction:3
99

1010
# To pull from the GitHub Container Registry instead, use one of these:
1111
# FROM ghcr.io/cicirello/pyaction-lite:3

0 commit comments

Comments
 (0)