From 9e2c2b958e0882d431285f3fe67f82399637108e Mon Sep 17 00:00:00 2001 From: Henrik Uggla Date: Wed, 17 Feb 2021 13:04:12 +0100 Subject: [PATCH] Update Dockerfile --- busybox/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/busybox/Dockerfile b/busybox/Dockerfile index 42ebfa68..5bd9a638 100644 --- a/busybox/Dockerfile +++ b/busybox/Dockerfile @@ -2,7 +2,7 @@ # https://hub.docker.com/repository/docker/huggla/secure_and_minimal ARG SaM_IMAGE="busybox" -ARG SaM_VERSION="dev" +ARG SaM_VERSION="2.0.5" FROM huggla/secure_and_minimal:$SaM_VERSION-alpine as alpine