Add an upgrade test

This commit is contained in:
Bryce Lampe
2024-04-25 09:22:20 -07:00
parent 2499eeb27b
commit 5175dbeb3f
16 changed files with 1370 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
FROM alpine
RUN echo "This image doesn't use any local files, so it doesn't need a context parameter 👍"