We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3d58a1 commit 0802a2dCopy full SHA for 0802a2d
.circleci/config.yml
@@ -12,7 +12,7 @@ jobs:
12
shellcheck -x tag.sh
13
build:
14
docker:
15
- - image: golang:1.11.1-alpine3.8
+ - image: golang:1.11.5-alpine3.9
16
working_directory: /go/src/github.com/helm/chart-testing
17
steps:
18
- setup_remote_docker
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM alpine:3.8
+FROM alpine:3.9
2
3
RUN apk --no-cache add \
4
curl \
0 commit comments