From e4398db7be5713e957300d3f3abcb5ba4e872308 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 24 Jan 2021 20:26:51 +0200 Subject: [PATCH] Alpine 3.13. --- daemon/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/Dockerfile b/daemon/Dockerfile index a79cca3..1dfc927 100644 --- a/daemon/Dockerfile +++ b/daemon/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.12 +FROM alpine:3.13 # hadolint ignore=DL3018 RUN apk add --update --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ \ gosu \ -- GitLab