Skip to content

Commit a750aed

Browse files
chore(deps): update golang docker tag to v1.25.3 (#133)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7c6e202 commit a750aed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

markdown_server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Markdown Server based on https://github.com/xyproto/algernon
55
#
66
# Base Image: alpine:3.23.1-alpine
7-
FROM golang:1.25.2-alpine AS builder
7+
FROM golang:1.25.3-alpine AS builder
88

99
# Setting Algernon Version
1010
ARG ALGERNON_VERSION=v1.17.3

0 commit comments

Comments
 (0)