فهرست منبع

Merge pull request #587 from docker/bump-golang

Bump Golang to 1.15.1
Guillaume Tardif 5 سال پیش
والد
کامیت
423f1a9ce8
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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