Skip to content

Commit

Permalink
fix(deps): update ghcr.io/containerbase/sidecar docker tag to v9.33.1 (
Browse files Browse the repository at this point in the history
…#162)

| datasource | package                       | from   | to     |
| ---------- | ----------------------------- | ------ | ------ |
| docker     | ghcr.io/containerbase/sidecar | 9.33.0 | 9.33.1 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 5, 2024
1 parent 3703fac commit f07bea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG BASE_IMAGE_TYPE=slim

FROM ghcr.io/containerbase/sidecar:9.33.0@sha256:c3a3ab35889140d76ec747f6f295b1bb0a609f551fc2217769b11510a84e29a2 AS base
FROM ghcr.io/containerbase/sidecar:9.33.1@sha256:ce1d3078f3ebd7aa887edcbcf25db99b5219102264db9532c4366d99805dd241 AS base

# sidecar defaults to 1000
USER root
Expand Down

0 comments on commit f07bea5

Please sign in to comment.