Merge pull request #5931 from tao12345666333/update-to-alpine-3.10

ref(rootfs):update to alpine 3.10
pull/5933/head
Matthew Fisher 5 years ago committed by GitHub
commit 5744c66592
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
FROM alpine:3.9 FROM alpine:3.10
RUN apk add --no-cache ca-certificates socat RUN apk add --no-cache ca-certificates socat

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
FROM alpine:3.9 FROM alpine:3.10
RUN apk add --no-cache ca-certificates RUN apk add --no-cache ca-certificates

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
FROM alpine:3.9 FROM alpine:3.10
RUN apk add --no-cache ca-certificates RUN apk add --no-cache ca-certificates

Loading…
Cancel
Save