chore(deps): update golang docker tag to v1.23
All checks were successful
ZeroDownTime/fuse-device-plugin/pipeline/pr-main This commit looks good

This commit is contained in:
Renovate Bot 2024-11-20 03:06:14 +00:00
parent dbc2b82da6
commit 8228b42395

View File

@ -1,4 +1,4 @@
FROM golang:1.20-alpine as builder
FROM golang:1.23-alpine as builder
COPY src /fuse-device-plugin
WORKDIR /fuse-device-plugin