Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Commit f2cdfaf

Browse files
authored
Merge pull request #3 from kube-logging/goup
chore(deps): use major release in Dockerfile to automatically pick minor revision on rebuilds
2 parents 8be0d96 + 926b04f commit f2cdfaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.20.1 as builder
1+
FROM golang:1.20 as builder
22

33
WORKDIR /workspace
44

0 commit comments

Comments
 (0)