Skip to content

Commit 3cfa5a2

Browse files
committed
use a specific version (1.25.5) of Docker Compose as the base image for Pico (#64)
1 parent 82a8a02 commit 3cfa5a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM docker/compose:1.25.1
1+
FROM docker/compose:1.25.5
22
COPY pico /
33
ENTRYPOINT ["/pico"]

0 commit comments

Comments
 (0)