There was an error while loading. Please reload this page.
1 parent 7f1e40e commit 06e30efCopy full SHA for 06e30ef
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:006fa58b9502635a205c2d9b7e17dd7c597f6709d5618558e534443228411054
2
3
WORKDIR /app
4
0 commit comments