move to alpine 3.12 for base image

Signed-off-by: kmova <kiran.mova@mayadata.io>
(cherry picked from commit 01cc0805a0)
This commit is contained in:
kmova 2020-07-30 17:30:03 +00:00
parent df11650b9e
commit c2777757e9
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM multiarch/alpine:armhf-v3.10
FROM multiarch/alpine:armhf-v3.12
RUN apk update --no-cache && apk add ca-certificates
COPY nfs-subdir-external-provisioner /nfs-subdir-external-provisioner
ENTRYPOINT ["/nfs-subdir-external-provisioner"]

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM alpine:3.11
FROM alpine:3.12
RUN apk update --no-cache && apk add ca-certificates
COPY nfs-subdir-external-provisioner /nfs-subdir-external-provisioner
ENTRYPOINT ["/nfs-subdir-external-provisioner"]