Skip to content

Commit 3bea096

Browse files
fixed golang version base image for docker
1 parent af16d6f commit 3bea096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Copyright (c) 2020 Fabio Cicerchia. https://fabiocicerchia.it. MIT License
88
# Repo: https://github.com/fabiocicerchia/go-proxy-cache
99

10-
FROM golang:1.17.0-alpine3.12 AS builder
10+
FROM golang:1.17.0-alpine3.14 AS builder
1111

1212
ARG BUILD_CMD=build
1313

0 commit comments

Comments
 (0)