Skip to content

Commit

Permalink
Merge pull request #193 from rsksmart/fix_scorecard
Browse files Browse the repository at this point in the history
Fix scorecard
  • Loading branch information
ivegabr authored Jan 21, 2025
2 parents 74aa1ba + 8143ecf commit 684b7f1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ updates:
interval: daily

- package-ecosystem: docker
directory: /
directories:
- /
- dockerized/explorer-api
- dockerized/mongod
- dockerized/rsk-node
schedule:
interval: daily
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12 as node
FROM node:12@sha256:01627afeb110b3054ba4a1405541ca095c8bfca1cb6f2be9479c767a2711879e as node
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update -y && \
apt-get install -y build-essential apt-utils git curl software-properties-common && \
Expand Down
2 changes: 1 addition & 1 deletion dockerized/mongod/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:xenial
FROM ubuntu:xenial@sha256:1f1a2d56de1d604801a9671f301190704c25d604a416f59e03c04f5c6ffee0d6

# add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
RUN groupadd -r mongodb && useradd -r -g mongodb mongodb
Expand Down
2 changes: 1 addition & 1 deletion dockerized/rsk-node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#

# Pull base image.
FROM ubuntu:bionic
FROM ubuntu:bionic@sha256:152dc042452c496007f07ca9127571cb9c29697f42acbfad72324b2bb2e43c98

MAINTAINER RSK Release <[email protected]>

Expand Down

0 comments on commit 684b7f1

Please sign in to comment.