Skip to content

Commit

Permalink
chore(deps): update docker dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 13, 2024
1 parent 9d57f19 commit 14c99e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ steps:
debug: true

- name: fossa
image: registry.suse.com/suse/sle15:15.5.36.11.9
image: registry.suse.com/suse/sle15:15.6.45.2.72
failure: ignore
environment:
FOSSA_API_KEY:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dapper
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.suse.com/bci/bci-base:15.5
FROM registry.suse.com/bci/bci-base:15.6

ARG DAPPER_HOST_ARCH=amd64
ARG http_proxy
Expand Down
4 changes: 2 additions & 2 deletions package/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.suse.com/bci/bci-base:15.5 AS builder
FROM registry.suse.com/bci/bci-base:15.6 AS builder

ARG ARCH=amd64

Expand Down Expand Up @@ -31,7 +31,7 @@ RUN cd /usr/src && \
RUN wget https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/v0.4.24/grpc_health_probe-linux-${ARCH} -O /usr/local/bin/grpc_health_probe && \
chmod +x /usr/local/bin/grpc_health_probe

FROM registry.suse.com/bci/bci-base:15.5 AS release
FROM registry.suse.com/bci/bci-base:15.6 AS release

ARG ARCH=amd64

Expand Down

0 comments on commit 14c99e1

Please sign in to comment.