Skip to content

Commit

Permalink
feat: upgrade tools for Go 1.13.2 update
Browse files Browse the repository at this point in the history
See siderolabs/tools#80

Also update Pkgfile shebang and updated ca-certificates checksums.

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
  • Loading branch information
smira committed Oct 17, 2019
1 parent e90e7b2 commit dad1273
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Pkgfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax = docker.io/autonomy/bldr:1289eba-frontend
# syntax = docker.io/autonomy/bldr:v0.1.0-alpha.0-frontend

format: v1alpha2

vars:
TOOLS_IMAGE: docker.io/autonomy/tools:7de4db2
TOOLS_IMAGE: docker.io/autonomy/tools:08059cc
4 changes: 2 additions & 2 deletions ca-certificates/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ steps:
- sources:
- url: https://curl.haxx.se/ca/cacert.pem
destination: cacert.pem
sha256: 38b6230aa4bee062cd34ee0ff6da173250899642b1937fc130896290b6bd91e3
sha512: 527e23d1e83381583cc2efe4625b01a00baa990afc877bb617727e8bffab17a0dc4f36b60162bad375b576ff09bc27acc7e0f095a34150f23d61825b8a7fb81f
sha256: 5cd8052fcf548ba7e08899d8458a32942bf70450c9af67a0850b4c711804a2e4
sha512: 49778472e46ce3b86b3930f4df5731ac86daf4d8602d418af1c89dc35df5f98c4557aa6c6eb280558c61139ead4b96cbb457a259f72640452f28a2fecd4ccb89
install:
- |
mkdir -p /rootfs/etc/ssl/certs
Expand Down

0 comments on commit dad1273

Please sign in to comment.