Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 331 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 331 Bytes

Buildpack Golang Docker Image

Overview

This folder contains the Buildpack Golang image that is based on the Bootstrap image. Use it to build Golang components.

The image consists of:

  • golang 1.18.3
  • dep 0.5.4

Installation

To build the Docker image, run this command:

docker build -t buildpack-golang .