update to alpine 3.12

This commit is contained in:
Asif Bacchus 2020-12-31 01:49:58 -07:00
parent 4401e1b2b6
commit e4fdd4c16b
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# simple netcat (BSD) persistent "listen" server running on port 5555
# running on Alpine Linux
FROM alpine:3.11
FROM alpine:3.12
# standardized labels
LABEL maintainer="Asif Bacchus <asif@bacchus.cloud>"