File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
FROM mongo-express AS mongo-express
2
2
3
- FROM mongo
3
+ FROM mongo@sha256:c165af1a407eefce644877bf5a59ba3d9ca762e62b4f1723c919dc08dc32f4d0
4
4
5
5
# Install dependencies
6
6
RUN apt-get update && apt-get install -y curl wget unzip \
Original file line number Diff line number Diff line change 1
- FROM rediscommander/redis-commander:latest as redis-commander
1
+ FROM rediscommander/redis-commander:latest@sha256:19cd0c49f418779fa2822a0496c5e6516d0c792effc39ed20089e6268477e40a as redis-commander
2
2
3
- FROM redis:bookworm
3
+ FROM redis:bookworm@sha256:af0be38eb8e43191bae9b03fe5c928803930b6f93e2dde3a7ad1165c04b1ce22
4
4
5
5
RUN apt-get update && apt-get install -y curl \
6
6
&& curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \
You can’t perform that action at this time.
0 commit comments