We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef24d5b commit 19249c1Copy full SHA for 19249c1
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.22-alpine as builder
+FROM golang:1.23-alpine as builder
2
ENV GO111MODULE=on
3
ARG VERSION=0
4
COPY . /docker-volume-linode
go.mod
@@ -1,8 +1,8 @@
module github.com/linode/docker-volume-linode
-go 1.22
+go 1.23
5
-toolchain go1.22.5
+toolchain go1.23.7
6
7
require (
8
github.com/docker/go-plugins-helpers v0.0.0-20211224144127-6eecb7beb651
0 commit comments