Skip to content

Commit 1b0c0c1

Browse files
committed
OPS: Update library version in dockerfile
skipci
1 parent 294e6ac commit 1b0c0c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM python:3.10.7-slim
22

33
RUN apt-get update -y && apt-get install -y --fix-missing curl git && rm -rf /var/lib/apt/lists/*
44

5-
RUN pip3 install git+https://github.com/octue/get-deployment-info@0.2.3
5+
RUN pip3 install git+https://github.com/octue/get-deployment-info@0.3.0
66

77
COPY get_deployment_info/entrypoint.sh /entrypoint.sh
88

0 commit comments

Comments
 (0)