@sw-tsdk/connector 3.23.0-alpha.d6f4e28 → 3.23.0-alpha.e234050

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -40,7 +40,7 @@ ENV ASSET_KEYS=$ASSET_KEYS
40
40
 
41
41
  # Copy only the connector-specific packages into site-packages.
42
42
  # The runner's own FIPS Python installation remains intact.
43
- COPY --from=builder /connector-deps /usr/local/lib/python3.10/site-packages/
43
+ COPY --from=builder /connector-deps /usr/lib/python3.10/site-packages/
44
44
 
45
45
  COPY connector /app
46
46
  WORKDIR /app
@@ -39,7 +39,7 @@ ENV ASSET_KEYS=$ASSET_KEYS
39
39
 
40
40
  # Copy only the connector-specific packages into site-packages.
41
41
  # The runner's own FIPS Python installation remains intact.
42
- COPY --from=builder /connector-deps /usr/local/lib/python3.11/site-packages/
42
+ COPY --from=builder /connector-deps /usr/lib/python3.11/site-packages/
43
43
 
44
44
  COPY connector /app
45
45
  WORKDIR /app
@@ -40,7 +40,7 @@ ENV ASSET_KEYS=$ASSET_KEYS
40
40
 
41
41
  # Copy only the connector-specific packages into site-packages.
42
42
  # The runner's own FIPS Python installation remains intact.
43
- COPY --from=builder /connector-deps /usr/local/lib/python3.12/site-packages/
43
+ COPY --from=builder /connector-deps /usr/lib/python3.12/site-packages/
44
44
 
45
45
  COPY connector /app
46
46
  WORKDIR /app
@@ -40,7 +40,7 @@ ENV ASSET_KEYS=$ASSET_KEYS
40
40
 
41
41
  # Copy only the connector-specific packages into site-packages.
42
42
  # The runner's own FIPS Python installation remains intact.
43
- COPY --from=builder /connector-deps /usr/local/lib/python3.9/site-packages/
43
+ COPY --from=builder /connector-deps /usr/lib/python3.9/site-packages/
44
44
 
45
45
  COPY connector /app
46
46
  WORKDIR /app
package/package.json CHANGED
@@ -9,9 +9,9 @@
9
9
  "@oclif/core": "2.8.5",
10
10
  "@oclif/plugin-help": "5.2.9",
11
11
  "@oclif/plugin-plugins": "3.1.2",
12
- "@sw-tsdk/common": "3.23.0-alpha.d6f4e28",
13
- "@sw-tsdk/core": "3.23.0-alpha.d6f4e28",
14
- "@sw-tsdk/docker": "3.23.0-alpha.d6f4e28",
12
+ "@sw-tsdk/common": "3.23.0-alpha.e234050",
13
+ "@sw-tsdk/core": "3.23.0-alpha.e234050",
14
+ "@sw-tsdk/docker": "3.23.0-alpha.e234050",
15
15
  "@swimlane/connector-interfaces": "1.11.0",
16
16
  "@swimlane/cosign": "1.4.1",
17
17
  "archiver": "5.3.1",
@@ -66,6 +66,6 @@
66
66
  "test": "jest --passWithNoTests"
67
67
  },
68
68
  "types": "lib/index.d.ts",
69
- "version": "3.23.0-alpha.d6f4e28",
70
- "gitHead": "d6f4e28e87ce5ec278840c26092271ecd9ae7343"
69
+ "version": "3.23.0-alpha.e234050",
70
+ "gitHead": "e234050169801cf77347c3d4fa7cffbd0906cae9"
71
71
  }