From 9b853fa782a56032ee2ffaf9bf7418c6aea67762 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 05:56:05 +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..9182610 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.6 as alpine +FROM alpine:3.16 as alpine RUN apk add -U --no-cache ca-certificates diff --git a/Dockerfile.build b/Dockerfile.build index 394c24a..c2d3071 100644 --- a/Dockerfile.build +++ b/Dockerfile.build @@ -1,4 +1,4 @@ -FROM golang:1.21.5-alpine as build +FROM golang:1.23.1-alpine as build WORKDIR /app