From a633d0111e96a5db77a4681d87f2283c28891c5e Mon Sep 17 00:00:00 2001 From: Kelly Merrick Date: Fri, 14 Jul 2023 13:08:28 -0500 Subject: [PATCH] chore(deps): bump more deps (#41) * chore(deps): bump more deps * chore(alpine): pin with minor and sha --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c96f95e..3e15830 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ ARG GH_VERSION=2.14.4 ## docker build --no-cache --target binary -t vela-github-release:binary . ## ################################################################################### -FROM alpine:3.18 as binary +FROM alpine:3.18.2@sha256:82d1e9d7ed48a7523bdebc18cf6290bdb97b82302a8a9c27d4fe885949ea94d1 as binary ARG GH_VERSION @@ -27,7 +27,7 @@ RUN chmod 0700 /bin/gh ## docker build --no-cache -t vela-github-release:local . ## ################################################################## -FROM alpine:3.16 +FROM alpine:3.18.2@sha256:82d1e9d7ed48a7523bdebc18cf6290bdb97b82302a8a9c27d4fe885949ea94d1 ARG GH_VERSION