Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
Update golang Docker tag to v1.22.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 7, 2024
1 parent 1d8fd07 commit a4815d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markdown_server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Markdown Server based on https://github.com/xyproto/algernon
#
# Base Image: alpine:3.18
FROM golang:1.22.4-alpine AS builder
FROM golang:1.22.6-alpine AS builder

# Setting Algernon Version
ARG ALGERNON_VERSION=v1.15.1
Expand Down

0 comments on commit a4815d0

Please sign in to comment.