From 613ded51ab16e0f81aba3e56a3e8ea151e6d0387 Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Fri, 26 Jun 2020 14:36:31 +0000 Subject: [PATCH] Upgrade to Alpine 3.12 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e12d51f5..0a8971f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG ALPINE_VERSION=3.11 +ARG ALPINE_VERSION=3.12 ARG GO_VERSION=1.14 FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS builder diff --git a/README.md b/README.md index a969afaf..9177468f 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ Check the VPN IP address matches your expectations ```sh -docker run --rm --network=container:gluetun alpine:3.11 wget -qO- https://ipinfo.io +docker run --rm --network=container:gluetun alpine:3.12 wget -qO- https://ipinfo.io ``` Want more testing? ▶ [see the Wiki](https://github.com/qdm12/private-internet-access-docker/wiki/Testing)