Skip to content

Commit

Permalink
Use golang 1.17.3 in contrib/tkn-image/Dockerfile
Browse files Browse the repository at this point in the history
- Bump the default GOLANG_VERSION to 1.17.3
  The image was not building with the existing default value, 1.13.* due
  to the use of embeded files

TESTED:
```
docker build --file=contrib/tkn-image/Dockerfile --target=tkn --tag tkn:latest .
```
  • Loading branch information
mattysweeps authored and tekton-robot committed Aug 24, 2022
1 parent 592508a commit 5cd499f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/tkn-image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GOLANG_VERSION=1.13.8
ARG GOLANG_VERSION=1.17.13
ARG DEBIAN_VERSION=10

FROM golang:${GOLANG_VERSION} as builder
Expand Down

0 comments on commit 5cd499f

Please sign in to comment.