Merge pull request #5456 from pulumi/bump-docker-go-version

Bump the Go version in our containers to be latest v1.14.x version - our latest tested version
This commit is contained in:
Paul Stack 2020-09-27 20:33:30 +01:00 committed by GitHub
commit a7e0aabeb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View file

@ -4,8 +4,8 @@ LABEL "repository"="https://github.com/pulumi/pulumi"
LABEL "homepage"="https://pulumi.com/"
LABEL "maintainer"="Pulumi Team <team@pulumi.com>"
ENV GOLANG_VERSION 1.13.10
ENV GOLANG_SHA256 8a4cbc9f2b95d114c38f6cbe94a45372d48c604b707db2057c787398dfbf8e7f
ENV GOLANG_VERSION 1.14.9
ENV GOLANG_SHA256 f0d26ff572c72c9823ae752d3c81819a81a60c753201f51f89637482531c110a
# Install deps all in one step
RUN apt-get update -y && \

View file

@ -9,7 +9,7 @@ FROM ${PULUMI_IMAGE}:${PULUMI_VERSION} as pulumi
FROM ubuntu:bionic AS builder
# Set go versions
ARG RUNTIME_VERSION=1.14.4
ARG RUNTIME_VERSION=1.14.9
WORKDIR /golang
RUN apt-get update -y && \

View file

@ -3,7 +3,7 @@
# Must be defined first
ARG PULUMI_VERSION=latest
ARG PULUMI_IMAGE=pulumi/pulumi-base
ARG RUNTIME_VERSION=1.14.4
ARG RUNTIME_VERSION=1.14.9
FROM ${PULUMI_IMAGE}:${PULUMI_VERSION}-alpine as pulumi
# The runtime container

View file

@ -9,7 +9,7 @@ FROM ${PULUMI_IMAGE}:${PULUMI_VERSION} as pulumi
FROM registry.access.redhat.com/ubi8/ubi-minimal:latest AS builder
# Set go versions
ARG RUNTIME_VERSION=1.14.4
ARG RUNTIME_VERSION=1.14.9
WORKDIR /golang
RUN microdnf install -y \