Skip to content

Commit d500914

Browse files
CR-15435 -- move service-now to debian (#511)
* update image * bump minor python
1 parent e6e11ea commit d500914

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

incubating/service-now/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.10.0a7-alpine3.13
1+
FROM python:3.10.8-slim-bullseye
22
RUN pip3 install requests
33

44
COPY lib/snow.py /snow/snow.py

incubating/service-now/step.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ kind: step-type
22
version: '1.0'
33
metadata:
44
name: service-now
5-
version: 1.2.1
5+
version: 1.2.2
66
isPublic: true
77
description: Integration with ServiceNow Change Management
88
sources:
@@ -86,7 +86,7 @@ spec:
8686
},
8787
"SN_IMAGE_VERSION": {
8888
"type": "string",
89-
"default": "1.2.1",
89+
"default": "1.2.2",
9090
"description": "Version of the ServiceNow image to use, Docker image tag."
9191
},
9292
"SN_INSTANCE": {

0 commit comments

Comments
 (0)