We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c9f169e + 960a20e commit 1a1141eCopy full SHA for 1a1141e
Dockerfile
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-FROM golang:1.17.2 as builder
+FROM golang:1.17.8 as builder
16
17
ARG STAGINGVERSION
18
Dockerfile.Windows
@@ -13,7 +13,7 @@
ARG BASE_IMAGE
-FROM --platform=$BUILDPLATFORM golang:1.13.15 AS builder
+FROM --platform=$BUILDPLATFORM golang:1.17.8 AS builder
ARG TARGETPLATFORM
19
ARG BUILDPLATFORM
0 commit comments