Fix indentation and add versioning

This commit is contained in:
Nick Alteen
2023-12-08 10:49:59 -05:00
parent 46755db8f3
commit e7128093a1
4 changed files with 108 additions and 69 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# Set the base image to use for subsequent instructions
FROM alpine:3.18
FROM alpine:3.19
# Set the working directory inside the container
WORKDIR /usr/src