From 624d9f9581bc048bbfa9d0cfe6e0e21561f39e0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 05:20:50 +0000 Subject: [PATCH] chore(deps): update all minor dependencies --- Dockerfile | 2 +- Dockerfile.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index eb0254c..165c13c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.6 as alpine +FROM alpine:3.20 as alpine RUN apk add -U --no-cache ca-certificates diff --git a/Dockerfile.build b/Dockerfile.build index 394c24a..6355317 100644 --- a/Dockerfile.build +++ b/Dockerfile.build @@ -1,4 +1,4 @@ -FROM golang:1.21.5-alpine as build +FROM golang:1.22.5-alpine as build WORKDIR /app