Skip to content

Commit

Permalink
Update firewall controller, droptailer and tailscale (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 authored Oct 18, 2024
1 parent 5c7f22a commit dc70aae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions firewall/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ARG BASE_OS_NAME
ARG BASE_OS_VERSION
ARG DROPTAILER_VERSION=v0.2.16
ARG FIREWALL_CONTROLLER_VERSION=v2.3.4
ARG TAILSCALE_VERSION=v1.74.1
ARG DROPTAILER_VERSION=v0.2.17
ARG FIREWALL_CONTROLLER_VERSION=v2.3.5
ARG TAILSCALE_VERSION=v1.76.1
ARG NODE_EXPORTER_VERSION=v1.8.2

FROM ghcr.io/metal-stack/droptailer-client:${DROPTAILER_VERSION} AS droptailer-artifacts
Expand Down

0 comments on commit dc70aae

Please sign in to comment.