Skip to content

Commit aa3c98a

Browse files
authored
Merge pull request #22 from renovate-bot/renovate/golang-1.x
Update golang Docker tag to v1.13.11
2 parents 8c21c75 + 9006af1 commit aa3c98a

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

tutorials/base/web/leeroy-app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM golang:1.12.9-alpine3.10 as builder
15+
FROM golang:1.13.11-alpine3.10 as builder
1616
COPY app.go .
1717
RUN go build -o /app .
1818

tutorials/base/web/leeroy-web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM golang:1.12.9-alpine3.10 as builder
15+
FROM golang:1.13.11-alpine3.10 as builder
1616
COPY web.go .
1717
RUN go build -o /web .
1818

tutorials/exec-envs/web-exec-envs/leeroy-app-exec-envs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM golang:1.12.9-alpine3.10 as builder
15+
FROM golang:1.13.11-alpine3.10 as builder
1616
COPY app.go .
1717
RUN go build -o /app .
1818

tutorials/exec-envs/web-exec-envs/leeroy-web-exec-envs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM golang:1.12.9-alpine3.10 as builder
15+
FROM golang:1.13.11-alpine3.10 as builder
1616
COPY web.go .
1717
RUN go build -o /web .
1818

tutorials/private-targets/web-private-targets/leeroy-app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM golang:1.12.9-alpine3.10 as builder
15+
FROM golang:1.13.11-alpine3.10 as builder
1616
COPY app.go .
1717
RUN go build -o /app .
1818

tutorials/private-targets/web-private-targets/leeroy-web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM golang:1.12.9-alpine3.10 as builder
15+
FROM golang:1.13.11-alpine3.10 as builder
1616
COPY web.go .
1717
RUN go build -o /web .
1818

tutorials/profiles/web-profiles/leeroy-app-profiles/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM golang:1.12.9-alpine3.10 as builder
15+
FROM golang:1.13.11-alpine3.10 as builder
1616
COPY app.go .
1717
RUN go build -o /app .
1818

tutorials/profiles/web-profiles/leeroy-web-profiles/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM golang:1.12.9-alpine3.10 as builder
15+
FROM golang:1.13.11-alpine3.10 as builder
1616
COPY web.go .
1717
RUN go build -o /web .
1818

0 commit comments

Comments
 (0)