From bf8ae9eb5aba7eaac70838e323228db910c27171 Mon Sep 17 00:00:00 2001 From: Sumner Evans Date: Fri, 28 Apr 2023 15:31:00 -0600 Subject: [PATCH] standalone/Dockerfile: update to latest alpine Signed-off-by: Sumner Evans --- maubot/standalone/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maubot/standalone/Dockerfile b/maubot/standalone/Dockerfile index 8bf06f8..56e056d 100644 --- a/maubot/standalone/Dockerfile +++ b/maubot/standalone/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/alpine:3.15 +FROM docker.io/alpine:3.17 RUN apk add --no-cache \ python3 py3-pip py3-setuptools py3-wheel \