Skip to content

Commit

Permalink
Merge pull request #23 from kube-logging/deps-update
Browse files Browse the repository at this point in the history
chore(deps): use alpine 3.20.1, use latest custom-runner (v0.9.0)
  • Loading branch information
OverOrion authored Jul 9, 2024
2 parents 91585bd + 043376f commit 4430593
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ghcr.io/kube-logging/custom-runner:v0.8.0 as custom-runner
FROM ghcr.io/kube-logging/custom-runner:v0.9.0 as custom-runner

FROM alpine:3.18
FROM alpine:3.20.1@sha256:b89d9c93e9ed3597455c90a0b88a8bbb5cb7188438f70953fede212a0c4394e0

RUN apk add socat

Expand Down

0 comments on commit 4430593

Please sign in to comment.