@sw-tsdk/connector 3.15.0-next.f47121c → 3.16.0-next.2bbc430

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.
@@ -1,6 +1,6 @@
1
1
  # syntax=docker/dockerfile:1.2
2
2
  ARG COMPILE_BASE=quay.io/swimlane-connectors/connector-python-compile-definition-base-fips:3.10-latest
3
- ARG PYTHON_DEV_IMAGE=cgr.dev/swimlane.com/python-fips:3.10-dev
3
+ ARG PYTHON_DEV_IMAGE=python:3.10-alpine
4
4
  ARG RUNNER_IMAGE_NAME=quay.io/swimlane-connectors/connector-python-runner-definition-base-fips:3.10-latest
5
5
  ARG RUNTIME_IMAGE=runtime-image
6
6
 
@@ -1,6 +1,6 @@
1
1
  # syntax=docker/dockerfile:1.2
2
2
  ARG COMPILE_BASE=quay.io/swimlane-connectors/connector-python-compile-definition-base-fips:3.11-latest
3
- ARG PYTHON_DEV_IMAGE=cgr.dev/swimlane.com/python-fips:3.11-dev
3
+ ARG PYTHON_DEV_IMAGE=python:3.11-alpine
4
4
  ARG RUNNER_IMAGE_NAME=quay.io/swimlane-connectors/connector-python-runner-definition-base-fips:3.11-latest
5
5
  ARG RUNTIME_IMAGE=runtime-image
6
6
 
@@ -1,6 +1,6 @@
1
1
  # syntax=docker/dockerfile:1.2
2
2
  ARG COMPILE_BASE=quay.io/swimlane-connectors/connector-python-compile-definition-base-fips:3.12-latest
3
- ARG PYTHON_DEV_IMAGE=cgr.dev/swimlane.com/python-fips:3.12-dev
3
+ ARG PYTHON_DEV_IMAGE=python:3.12-alpine
4
4
  ARG RUNNER_IMAGE_NAME=quay.io/swimlane-connectors/connector-python-runner-definition-base-fips:3.12-latest
5
5
  ARG RUNTIME_IMAGE=runtime-image
6
6
 
@@ -1,6 +1,6 @@
1
1
  # syntax=docker/dockerfile:1.2
2
2
  ARG COMPILE_BASE=quay.io/swimlane-connectors/connector-python-compile-definition-base-fips:3.9-latest
3
- ARG PYTHON_DEV_IMAGE=cgr.dev/swimlane.com/python-fips:3.9-dev
3
+ ARG PYTHON_DEV_IMAGE=python:3.9-alpine
4
4
  ARG RUNNER_IMAGE_NAME=quay.io/swimlane-connectors/connector-python-runner-definition-base-fips:3.9-latest
5
5
  ARG RUNTIME_IMAGE=runtime-image
6
6
 
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.15.0-next.f47121c",
13
- "@sw-tsdk/core": "3.15.0-next.f47121c",
14
- "@sw-tsdk/docker": "3.15.0-next.f47121c",
12
+ "@sw-tsdk/common": "3.16.0-next.2bbc430",
13
+ "@sw-tsdk/core": "3.16.0-next.2bbc430",
14
+ "@sw-tsdk/docker": "3.16.0-next.2bbc430",
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.15.0-next.f47121c",
70
- "gitHead": "f47121ce7d6d8735eba7d7f4a966fbfa82a0ea0d"
69
+ "version": "3.16.0-next.2bbc430",
70
+ "gitHead": "2bbc4303aa1cd296e909deb6f2de9970b5a1de2b"
71
71
  }