Skip to content

Commit 277de9d

Browse files
committed
chore(deps): update all docker tags
1 parent bc8b662 commit 277de9d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
version: 2.1
22

33
orbs:
4-
codecov: codecov/codecov@1.0.5
5-
moul: moul/build@1.14.0
4+
codecov: codecov/codecov@1.2.5
5+
moul: moul/build@1.16.0
66
retry: moul/retry@0.6.0
77
docker: circleci/docker@0.5.20
88
#dl: moul/dl@1.7.0
9-
tools: gotest/tools@0.0.13
9+
tools: gotest/tools@0.0.14
1010

1111
jobs:
1212
go-build:
1313
working_directory: /go/src/ultre.me/golang-repo-template
1414
docker:
15-
- image: circleci/golang:1.13
15+
- image: circleci/golang:1.17
1616
environment:
1717
GO111MODULE: "on"
1818
steps:

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG VCS_REF
44
ARG VERSION
55

66
# build
7-
FROM golang:1.13-alpine as builder
7+
FROM golang:1.17-alpine as builder
88
RUN apk add --no-cache git gcc musl-dev make
99
ENV GO111MODULE=on
1010
WORKDIR /go/src/ultre.me/golang-repo-template
@@ -14,7 +14,7 @@ COPY . ./
1414
RUN make install
1515

1616
# minimalist runtime
17-
FROM alpine:3.11
17+
FROM alpine:3.14
1818
LABEL org.label-schema.build-date=$BUILD_DATE \
1919
org.label-schema.name="golang-repo-template" \
2020
org.label-schema.description="" \

0 commit comments

Comments
 (0)