Compare commits

..

1 Commits

Author SHA1 Message Date
ef504446f3 chore(deps): update golang docker tag to v1.24
All checks were successful
ZeroDownTime/fuse-device-plugin/pipeline/pr-main This commit looks good
2025-02-13 03:07:27 +00:00

View File

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