Explorar o código

Run update.sh

Docker Library Bot %!s(int64=9) %!d(string=hai) anos
pai
achega
f48227a8f3
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      alpine/README.md

+ 2 - 2
alpine/README.md

@@ -25,8 +25,8 @@ For detailed information about the virtual/transfer sizes and individual layers
 Use like you would any other base image:
 
 ```dockerfile
-FROM alpine:3.1
-RUN apk add --update mysql-client && rm -rf /var/cache/apk/*
+FROM alpine:3.3
+RUN apk add --no-cache mysql-client
 ENTRYPOINT ["mysql"]
 ```