Skip to content

Commit 0294be5

Browse files
authored
Merge pull request #144 from thin-edge/chore-test-app-image
test: use latest alpine image in test app
2 parents c1c2fb5 + 7c3b638 commit 0294be5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/data/apps/app3/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
FROM docker.io/library/alpine:3.18
1+
FROM docker.io/library/alpine:latest
22
ENTRYPOINT [ "/bin/sleep", "infinity" ]

0 commit comments

Comments
 (0)