UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Merge Development to Master

Merged Ghost User requested to merge development into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
FROM golang:1.16.7-alpine AS build
FROM golang:1.17.0-alpine AS build
ENV DISTRIBUTION_DIR /go/src/github.com/docker/distribution
ENV DOCKER_BUILDTAGS include_oss include_gcs
Loading