There was an error while loading. Please reload this page.
1 parent 7f1e40e commit 12f52c3Copy full SHA for 12f52c3
2 files changed
.github/workflows/lint-test-build-deploy.yml
@@ -19,9 +19,9 @@ jobs:
19
lint:
20
runs-on: ubuntu-24.04
21
steps:
22
- - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
+ - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
23
24
- - uses: hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf # v3.1.0
+ - uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5 # v3.3.0
25
with:
26
verbose: true
27
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ghcr.io/lehigh-university-libraries/python3.13:main@sha256:46731c8d3efc11d8748996be972b8a163571acf5a84a714efde5ad92b0cefbc6
+FROM ghcr.io/lehigh-university-libraries/python3.13:main@sha256:310b999ea1fc7c58cd2da9ca8290602ccfa30e06e6d605a4cfd0fdd17c4f5490
2
3
WORKDIR /app
4
0 commit comments