Skip to content

Commit

Permalink
Merge pull request #86 from crazyuploader/renovate/golang-1.x
Browse files Browse the repository at this point in the history
Update golang Docker tag to v1.22.1
  • Loading branch information
crazyuploader authored Mar 10, 2024
2 parents 4477e0a + 4858560 commit 1bd5f21
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.0-alpine AS builder
FROM golang:1.22.1-alpine AS builder

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

0 comments on commit 1bd5f21

Please sign in to comment.