Skip to content

Commit fb6949c

Browse files
authored
deps: bump pomerium to v0.15.3 (#37)
1 parent 5426f4f commit fb6949c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.erb/scripts/DownloadBinaries.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const { createGunzip } = require('gunzip-stream');
77
const tar = require('tar-stream');
88
const unzip = require('unzip-stream');
99

10-
const pomeriumVersion = 'v0.15.2';
10+
const pomeriumVersion = 'v0.15.3';
1111
const pomeriumBuilds: { [char: string]: string[] } = {
1212
linux: ['amd64', 'arm64'],
1313
windows: ['amd64'],

0 commit comments

Comments
 (0)