Преглед изворни кода

Merge pull request #616 from docker/go-1.15.2

Bump Golang to 1.15.2, golangci-lint to 1.31.0
Guillaume Tardif пре 5 година
родитељ
комит
1ffdab15b2
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -14,8 +14,8 @@
 #   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 #   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 #   See the License for the specific language governing permissions and
 #   See the License for the specific language governing permissions and
 #   limitations under the License.
 #   limitations under the License.
-ARG GO_VERSION=1.15.1-alpine
-ARG GOLANGCI_LINT_VERSION=v1.30.0-alpine
+ARG GO_VERSION=1.15.2-alpine
+ARG GOLANGCI_LINT_VERSION=v1.31.0-alpine
 
 
 FROM --platform=${BUILDPLATFORM} golang:${GO_VERSION} AS base
 FROM --platform=${BUILDPLATFORM} golang:${GO_VERSION} AS base
 WORKDIR /compose-cli
 WORKDIR /compose-cli