frinyvonnick / gitmoji-changelog

A changelog generator for gitmoji 😜

Home Page:https://www.npmjs.com/package/gitmoji-changelog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The build on Docker Hub does not work anymore

frinyvonnick opened this issue · comments

For some reason the build on DockerHub does not work anymore. I tried to fix it but get the following error:

Starting build of index.docker.io/frinyvonnick/gitmoji-changelog:latest...
Step 1/9 : FROM node:10.16.0-alpine
---> 9dfa73010b19
Step 2/9 : ENV NODE_ENV=production
---> Running in 9d1aca61f0b8
Removing intermediate container 9d1aca61f0b8
---> 50d5c9f80a8f
Step 3/9 : RUN apk add --no-cache git=2.20.1-r0
---> Running in 3e9f32770df3
fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz
ERROR:
unsatisfiable constraints:
git-2.20.2-r0:
breaks: world[git=2.20.1-r0]
Removing intermediate container 3e9f32770df3
The command '/bin/sh -c apk add --no-cache git=2.20.1-r0' returned a non-zero code: 1

@bgauduch do you have any idea?

Fixed with @bgauduch, thank you 🙏