We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2dd02ab + ef67597 commit a86f044Copy full SHA for a86f044
ic-os/boundary-guestos/rootfs/Dockerfile
@@ -15,8 +15,8 @@ ARG BUILD_TYPE=
15
16
# Service worker version and sha256; only if SW is `true` the service worker from npm is used
17
ARG SW=
18
-ARG sw_version=1.7.2
19
-ARG sw_sha256=c5e4c335ccf945cc982418d9f12ea0961e50f3c27e95ce66e30341ddb0e77cc9
+ARG sw_version=1.8.0
+ARG sw_sha256=5f809344c29a473ee67cbff216bfd2067c0800569631281f310d630bc51c4cf7
20
21
#
22
# First build stage: download software (service worker) that frequently changes, build and verify it (such that it
0 commit comments