From 25b34d246f9b48e61a9c1f04a2606aaaf88a7094 Mon Sep 17 00:00:00 2001 From: "dghubble-renovate[bot]" <119624128+dghubble-renovate[bot]@users.noreply.github.com> Date: Sat, 22 Jun 2024 16:42:14 +0000 Subject: [PATCH] Bump docker.io/alpine image from 3.20.0 to v3.20.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9cc6b47..6e88403 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM docker.io/golang:1.22.4 AS builder COPY . src RUN cd src && make build -FROM docker.io/alpine:3.20.0 +FROM docker.io/alpine:3.20.1 LABEL maintainer="Dalton Hubble " LABEL org.opencontainers.image.title="scuttle", LABEL org.opencontainers.image.source="https://github.com/poseidon/scuttle"