diff --git a/Dockerfile-kubepkg b/Dockerfile-kubepkg index ae29dba9356..a81293296c1 100644 --- a/Dockerfile-kubepkg +++ b/Dockerfile-kubepkg @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.19-buster AS builder +FROM golang:1.19-bullseye AS builder ENV GO111MODULE=on diff --git a/Dockerfile-kubepkg-rpm b/Dockerfile-kubepkg-rpm index e975637b7f7..a7cd7cfee7d 100644 --- a/Dockerfile-kubepkg-rpm +++ b/Dockerfile-kubepkg-rpm @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.19-buster AS builder +FROM golang:1.19-bullseye AS builder ENV GO111MODULE=on