Skip to content

Commit d54266c

Browse files
committed
Improve Dockerfile
1 parent 66d659e commit d54266c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.docker/alpine.docker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG REGISTRY="docker.io"
44

55
## BUILDER #####################################################################
66

7-
FROM golang:alpine as builder
7+
FROM golang:alpine3.18 as builder
88

99
WORKDIR /go/src/github.com/essentialkaos/sslcli
1010

0 commit comments

Comments
 (0)