Skip to content
This repository was archived by the owner on Nov 15, 2022. It is now read-only.

Update alpine Docker tag to v3.16 #59

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs
Submodule docs deleted from 5bf9a4
4 changes: 2 additions & 2 deletions support/Tailscale/scripts/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.14 AS builder
FROM alpine:3.16 AS builder

ARG TAILSCALE_CHANNEL=${TAILSCALE_CHANNEL}
ARG TAILSCALE_VERSION=${TAILSCALE_VERSION}
Expand All @@ -17,7 +17,7 @@ RUN curl -vsLo tailscale.tar.gz "https://pkgs.tailscale.com/${CHANNEL}/tailscale
mv "tailscale_${VERSION}_${ARCH}/tailscaled" . && \
mv "tailscale_${VERSION}_${ARCH}/tailscale" .

FROM alpine:3.14
FROM alpine:3.16

ENV LOGINSERVER=https://login.tailscale.com

Expand Down