mirror of
https://github.com/kou029w/nttr.fly.dev.git
synced 2025-01-18 16:08:02 +00:00
Pin dependencies
This commit is contained in:
parent
3170f5bba2
commit
d008ee0b82
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM zedeus/nitter:latest
|
||||
FROM zedeus/nitter:latest@sha256:27c22898444cd35287ef861b7feeee0975da293cc880e3ac3908ad4bc7f19936
|
||||
RUN apk --no-cache add gettext
|
||||
COPY entrypoint.sh nitter.example.conf /
|
||||
WORKDIR /src
|
||||
|
|
|
@ -9,4 +9,4 @@ services:
|
|||
REDIS_PORT: "6379"
|
||||
REDIS_PASSWORD: ""
|
||||
redis:
|
||||
image: redis:alpine
|
||||
image: redis:alpine@sha256:5916c280afae05baf0dc9a0cc82fa8e51477bdbfc72f60a5c14fd2b7735bcf07
|
||||
|
|
Loading…
Add table
Reference in a new issue