ci(security): pin docker image hash (#11168)
This commit is contained in:
parent
faea1d4791
commit
8dc3969bc2
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
@ -28,3 +28,9 @@ updates:
|
|||||||
all:
|
all:
|
||||||
patterns:
|
patterns:
|
||||||
- '*'
|
- '*'
|
||||||
|
- package-ecosystem: docker
|
||||||
|
directory: /
|
||||||
|
schedule:
|
||||||
|
interval: daily
|
||||||
|
time: '06:00'
|
||||||
|
timezone: Europe/Berlin
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM node:18
|
FROM node:18@sha256:cd7fa8f136023f7500490e410ba70dd3982ccca21805264f2a260a3a97be7376
|
||||||
|
|
||||||
# Install latest chrome dev package and fonts to support major charsets (Chinese, Japanese, Arabic, Hebrew, Thai and a few others)
|
# Install latest chrome dev package and fonts to support major charsets (Chinese, Japanese, Arabic, Hebrew, Thai and a few others)
|
||||||
# Note: this installs the necessary libs to make the bundled version of Chrome that Puppeteer
|
# Note: this installs the necessary libs to make the bundled version of Chrome that Puppeteer
|
||||||
|
Loading…
Reference in New Issue
Block a user