Fix indentation and add versioning

This commit is contained in:
Nick Alteen
2023-12-08 10:37:18 -05:00
parent 46755db8f3
commit e7128093a1
4 changed files with 108 additions and 69 deletions

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