From e54abe28801a4691d569371b7522535b883659e7 Mon Sep 17 00:00:00 2001 From: CSRBot Date: Wed, 28 May 2025 13:04:54 +0000 Subject: [PATCH] chore(deps): update container images --- .drone.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index bdee328..e15b2b5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,7 +16,7 @@ steps: - name: markdown lint commands: - markdownlint *.md - image: git.cryptic.systems/volker.raschek/markdownlint:0.44.0 + image: git.cryptic.systems/volker.raschek/markdownlint:0.45.0 resources: limits: cpu: 150 diff --git a/Dockerfile b/Dockerfile index 6dd98e5..5a0a8fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/golang:1.24.2-alpine3.21 AS build +FROM docker.io/library/golang:1.24.3-alpine3.21 AS build ARG GONOPROXY ARG GONOSUMDB