Skip to content

Commit

Permalink
Update Dockerfile to use Go 1.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lemois-1337 authored Aug 30, 2024
1 parent 04ff02b commit 0823e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Many thanks to original author Brandon Smith (onemorebsmith).
FROM golang:1.19.1 as builder
FROM golang:1.21.3 AS builder

LABEL org.opencontainers.image.description="Dockerized Karlsen Stratum Bridge"
LABEL org.opencontainers.image.authors="Karlsen Community"
Expand Down

0 comments on commit 0823e02

Please sign in to comment.