Fix typo in alpine name

This commit is contained in:
Tyler Perkins 2022-12-16 19:39:50 -05:00
parent d98c930f43
commit e6b31c7e30
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM apline
FROM alpine
ADD main.sh /bin/
RUN chmod +x /bin/main.sh
RUN apk -Uuv add curl ca-certificates