diff --git a/markdown_server/Dockerfile b/markdown_server/Dockerfile index 09c2294..d38a5b3 100644 --- a/markdown_server/Dockerfile +++ b/markdown_server/Dockerfile @@ -4,7 +4,7 @@ # Markdown Server based on https://github.com/xyproto/algernon # # Base Image: alpine:3.23.1-alpine -FROM golang:1.23.4-alpine AS builder +FROM golang:1.23.5-alpine AS builder # Setting Algernon Version ARG ALGERNON_VERSION=v1.17.1