Skip to content
This repository has been archived by the owner on Aug 14, 2021. It is now read-only.

Commit

Permalink
chore(build): bump alpine base image to 3.11.5
Browse files Browse the repository at this point in the history
Signed-off-by: prateekpandey14 <[email protected]>
  • Loading branch information
prateekpandey14 authored and kmova committed Apr 11, 2020
1 parent 1c625cb commit eab4e12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion snapshot/deploy/docker/controller/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM alpine:3.6
FROM alpine:3.11.5

RUN apk add --no-cache \
bash \
Expand Down
2 changes: 1 addition & 1 deletion snapshot/deploy/docker/provisioner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM alpine:3.6
FROM alpine:3.11.5

RUN apk add --no-cache \
bash \
Expand Down

0 comments on commit eab4e12

Please sign in to comment.