mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-20 14:54:21 +01:00
We are using an older version of alpine, so upgrade to latest 3.13.5. Fixes #1817 Signed-off-by: Chelsea Mafrica <chelsea.e.mafrica@intel.com>
13 lines
212 B
Docker
13 lines
212 B
Docker
#
|
|
# Copyright (c) 2018 HyperHQ Inc.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
ARG IMAGE_REGISTRY=docker.io
|
|
FROM ${IMAGE_REGISTRY}/alpine:3.13.5
|
|
|
|
RUN apk update && apk add \
|
|
bash \
|
|
coreutils \
|
|
binutils
|