Upgrade openvswitch Docker image to use alpine:latest

This commit is contained in:
grossmj 2022-02-05 20:49:43 +10:30
parent 4cff08b14c
commit a108ba2db9

View File

@ -1,4 +1,4 @@
FROM alpine:3.3
FROM alpine:latest
RUN apk add --update openvswitch nano && rm -rf /var/cache/apk/*