Skip to content

Commit

Permalink
fix(deps): pin dependencies (#1024)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 2, 2023
1 parent 0e2cf61 commit ba5be96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion check-cluster-images/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine/k8s:1.25.9
FROM alpine/k8s:1.25.9@sha256:1e4b6d52e4b60eabe0692be5ec851aad3952a8244129ef7618e5e688834003d0

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion s3-client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG UBUNTU_VERSION=22.04
ARG UBUNTU_VERSION=22.04@sha256:0bced47fffa3361afa981854fcabcd4577cd43cebbb808cea2b1f33a3dd7f508
FROM ubuntu:$UBUNTU_VERSION

# hadolint ignore=DL3008
Expand Down

0 comments on commit ba5be96

Please sign in to comment.