From c73cf3753233ae303d42c7121503de830fbda98c Mon Sep 17 00:00:00 2001 From: Andy Augustin Date: Thu, 16 Dec 2021 09:22:11 +0100 Subject: [PATCH] chore(): version bump Docker --- Dockerfile | 2 +- src/Dockerfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 32bfb60..209d795 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ###################################### FROM alpine:3.15.0 as dev -ARG GH_CLI_VER=1.9.2 +ARG GH_CLI_VER=2.3.0 # install packages RUN apk add --update --no-cache bash make git zsh curl tmux musl openssh diff --git a/src/Dockerfile b/src/Dockerfile index f2c44d5..a8b8634 100644 --- a/src/Dockerfile +++ b/src/Dockerfile @@ -1,6 +1,6 @@ -FROM alpine:3.13 +FROM alpine:3.15.0 -ARG GH_CLI_VER=1.9.2 +ARG GH_CLI_VER=2.3.0 # labels LABEL \