Skip to content

Commit

Permalink
REV: Revert "WIP: Temporarily use branch name in dockerfile"
Browse files Browse the repository at this point in the history
This reverts commit 6b248b9.
  • Loading branch information
cortadocodes committed Feb 6, 2024
1 parent 6b248b9 commit 294e6ac
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@remove-gcp-environment-input
RUN pip3 install git+https://github.com/octue/get-deployment-info@0.2.3

COPY get_deployment_info/entrypoint.sh /entrypoint.sh

Expand Down

0 comments on commit 294e6ac

Please sign in to comment.