Skip to content

Commit

Permalink
OPS: Update library version in dockerfile
Browse files Browse the repository at this point in the history
skipci
  • Loading branch information
cortadocodes committed Feb 6, 2024
1 parent 294e6ac commit 1b0c0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM python:3.10.7-slim

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

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

COPY get_deployment_info/entrypoint.sh /entrypoint.sh

Expand Down

0 comments on commit 1b0c0c1

Please sign in to comment.