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.
1 parent e6e11ea commit d500914Copy full SHA for d500914
incubating/service-now/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.10.0a7-alpine3.13
+FROM python:3.10.8-slim-bullseye
2
RUN pip3 install requests
3
4
COPY lib/snow.py /snow/snow.py
incubating/service-now/step.yaml
@@ -2,7 +2,7 @@ kind: step-type
version: '1.0'
metadata:
name: service-now
5
- version: 1.2.1
+ version: 1.2.2
6
isPublic: true
7
description: Integration with ServiceNow Change Management
8
sources:
@@ -86,7 +86,7 @@ spec:
86
},
87
"SN_IMAGE_VERSION": {
88
"type": "string",
89
- "default": "1.2.1",
+ "default": "1.2.2",
90
"description": "Version of the ServiceNow image to use, Docker image tag."
91
92
"SN_INSTANCE": {
0 commit comments