diff --git a/Dockerfile b/Dockerfile index b369cf0..b95d69d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -FROM golang:1.14.7 -MAINTAINER GitHub, Inc. +FROM golang:1.20 +LABEL org.opencontainers.image.authors=" GitHub, Inc." WORKDIR /go/src/github.com/git-lfs/lfs-test-server diff --git a/go.mod b/go.mod index fe3ae0a..822d3ed 100644 --- a/go.mod +++ b/go.mod @@ -6,4 +6,4 @@ require ( github.com/gorilla/mux v0.0.0-20140926153814-e444e69cbd2e ) -go 1.16 +go 1.20