chore(deps): update golang docker tag to v1.22
ZeroDownTime/fuse-device-plugin/pipeline/pr-master This commit looks good Details

This commit is contained in:
Renovate Bot 2024-02-07 03:08:20 +00:00
parent ce489496ed
commit fab4f35a76
1 changed files with 1 additions and 1 deletions

View File

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