We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1414c2a commit 1bd3bbbCopy full SHA for 1bd3bbb
.github/workflows/pages.yml
@@ -35,7 +35,7 @@ jobs:
35
run: |
36
spectaql --introspection-url https://timdex.mit.edu/graphql -e -t ./docs/reference docs/reference/_spectaql_config.yml
37
- name: Build with Jekyll
38
- uses: actions/jekyll-build-pages@v1
+ uses: actions/jekyll-build-pages@44a6e6beabd48582f863aeeb6cb2151cc1716697 # v1
39
with:
40
source: ./docs
41
destination: ./_site
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ruby:2.6.5-alpine
+FROM ruby:2.6.5-alpine@sha256:a5b974e2ebb2b72642f4de4e5562597ec0883c3bfd93e9553cee6bd395dfbf00
2
RUN mkdir /timdex
3
WORKDIR /timdex
4
COPY Gemfile /timdex/Gemfile
0 commit comments