Skip to content

Commit 28972ce

Browse files
committed
Fix to golang 1.19
1 parent 1768a31 commit 28972ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile.acmesh-golang

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:latest as go
1+
FROM golang:1.19.6 as go
22
FROM nginxproxymanager/nginx-full:${ACMESH_BASE_TAG:-acmesh}
33
LABEL maintainer="Jamie Curnow <[email protected]>"
44

0 commit comments

Comments
 (0)