Skip to content

Commit

Permalink
REV: Revert "WIP: Temporarily use branch ref in dockerfile"
Browse files Browse the repository at this point in the history
This reverts commit e8cce67.

skipci
  • Loading branch information
cortadocodes committed Dec 4, 2023
1 parent b12c17b commit 4f872c5
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@fix-shorten-revision-tag-for-pull-requests
RUN pip3 install git+https://github.com/octue/get-deployment-info@0.2.1

COPY get_deployment_info/entrypoint.sh /entrypoint.sh

Expand Down

0 comments on commit 4f872c5

Please sign in to comment.