Apuntar proxy a version nueva de nombres
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user