Apuntar proxy a version nueva de nombres

This commit is contained in:
2024-08-21 09:39:12 -03:00
parent e32c91191a
commit 7bdbff02f1
2 changed files with 7 additions and 11 deletions

View File

@@ -1,10 +1,10 @@
FROM alpine:latest as builder
FROM alpine:latest AS builder
WORKDIR /app
COPY . ./
# This is where one could build the application code as well.
FROM alpine:latest as tailscale
FROM alpine:latest AS tailscale
WORKDIR /app
COPY . ./
ENV TSFILE=tailscale_1.68.2_amd64.tgz