Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: commitizen-tools/commitizen-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5b0848c
Choose a base ref
...
head repository: commitizen-tools/commitizen-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7687492
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Feb 6, 2023

  1. Copy the full SHA
    7687492 View commit details
Showing with 2 additions and 1 deletion.
  1. +2 −1 Dockerfile
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
FROM python:3.11-alpine
FROM python:3.8-alpine

RUN set -eux; \
apk add --no-cache \
git \
gpg \
alpine-sdk \
bash \
;
COPY entrypoint.sh /entrypoint.sh