Skip to content

Commit 73c24e2

Browse files
authored
Updates golang docker image to 1.21.5 (#93)
1 parent 4d4fdfd commit 73c24e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.16.13-alpine AS build-env
1+
FROM golang:1.21.5-alpine AS build-env
22
RUN apk add --no-cache git make ca-certificates
33
LABEL maintaner="@amimof (github.com/amimof)"
44
COPY . /go/src/github.com/amimof/node-cert-exporter

0 commit comments

Comments
 (0)