From 75823ddee82ce8173d6d4f19875944fa4b1b28b5 Mon Sep 17 00:00:00 2001 From: Chris <15677803+c00ldude1oo@users.noreply.github.com> Date: Tue, 13 Aug 2024 14:20:50 -0400 Subject: [PATCH] feat: :arrow_up: Update docker base image --- .github/dependabot.yml | 2 +- dockerfile | 2 +- dockerfile.dev | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c90dbad..229de8a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,4 +12,4 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" \ No newline at end of file + interval: "weekly" \ No newline at end of file diff --git a/dockerfile b/dockerfile index 53354cd..4f11d1c 100644 --- a/dockerfile +++ b/dockerfile @@ -1,4 +1,4 @@ -FROM bash:5.2.21-alpine3.18 +FROM bash:5.2.32-alpine3.20 RUN apk add --no-cache openssh-client WORKDIR /app COPY main.bash /app diff --git a/dockerfile.dev b/dockerfile.dev index 7178cd1..8f9b167 100644 --- a/dockerfile.dev +++ b/dockerfile.dev @@ -1,4 +1,4 @@ -FROM bash:5.2.21-alpine3.18 +FROM bash:5.2.32-alpine3.20 RUN apk add --no-cache openssh-client WORKDIR /app COPY main.bash /app