Skip to content

Commit 0c626e0

Browse files
chore(deps): update all patch and digest versions
1 parent 0e0c5d8 commit 0c626e0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/stackoverflow-slack-get-questions.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
pip install requests
2727
2828
- name: Restore statefile cache
29-
uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
29+
uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
3030
id: restore_cache
3131
with:
3232
path: state.txt
@@ -44,7 +44,7 @@ jobs:
4444
fi
4545
4646
- name: Save statefile cache
47-
uses: actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
47+
uses: actions/cache/save@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
4848
if: always()
4949
id: save_cache
5050
with:

otto/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN --mount=type=cache,target=/go/pkg/mod \
77
--mount=type=cache,target=/root/.cache/go-build \
88
cd ./otto && go build -o /out/otto ./cmd/otto
99

10-
FROM debian:bullseye-slim@sha256:c5f48c942c667e70d7e64b124cfc939c25a4a43207c0d14b45844d762dc1d50f
10+
FROM debian:bullseye-slim@sha256:b32674fb57780ad57d7b0749242d3f585f462f4ec4a60ae0adacd945f9cb9734
1111
RUN useradd -m otto
1212
COPY --from=builder /out/otto /usr/local/bin/otto
1313
USER otto

0 commit comments

Comments
 (0)