Skip to content

Commit

Permalink
Merge pull request #123 from mitodl/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
chore(deps): pin dependencies
  • Loading branch information
blarghmatey authored Apr 11, 2024
2 parents 4f4c762 + 38c3ca8 commit c683e10
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- name: set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2

- name: login to DockerHub
uses: docker/login-action@v3
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: build and push
id: docker_build
uses: docker/build-push-action@v4
uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4
with:
push: true
build-args:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11-alpine
FROM python:3.11-alpine@sha256:0b5ed25d3cc27cd35c7b0352bac8ef2ebc8dd3da72a0c03caaf4eb15d9ec827a
ENV PYTHONUNBUFFERED=1
WORKDIR /opt/resource
CMD ["/bin/sh"]
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.mitol_build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM mitodl/ol-infrastructure as infra
FROM mitodl/ol-infrastructure@sha256:ca95c11572d95381378822c11f4f176aa5e87d35636b8c88f4e35ab8bd43cf3c as infra

FROM python:3.11-slim
FROM python:3.11-slim@sha256:dad770592ab3582ab2dabcf0e18a863df9d86bd9d23efcfa614110ce49ac20e4
ENV PYTHONUNBUFFERED=1
ARG PACKER_VERSION=1.9.1
WORKDIR /opt/resource
Expand Down

0 comments on commit c683e10

Please sign in to comment.