Skip to content

Commit

Permalink
deps: bump pomerium to v0.15.2 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
travisgroth committed Sep 13, 2021
1 parent 9840624 commit cd161b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .erb/scripts/DownloadBinaries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const { createGunzip } = require('gunzip-stream');
const tar = require('tar-stream');
const unzip = require('unzip-stream');

const pomeriumVersion = 'v0.15.1';
const pomeriumVersion = 'v0.15.2';
const pomeriumBuilds: { [char: string]: string[] } = {
linux: ['amd64', 'arm64'],
windows: ['amd64'],
Expand Down

0 comments on commit cd161b8

Please sign in to comment.