Use fixed version of golang image
This commit is contained in:
parent
ec783d2d1b
commit
eb2accbebf
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
FROM golang:1.20
|
||||
FROM golang:1.20.4
|
||||
LABEL maintainer="Marcin Wielgus <mwielgus@google.com>"
|
||||
|
||||
ENV GOPATH /gopath/
|
||||
|
|
Loading…
Reference in New Issue