From d90a3da9167f617c31bb6282b06b67da9fb3bc1d Mon Sep 17 00:00:00 2001 From: Manevolent Date: Tue, 24 Jan 2023 16:59:58 -0700 Subject: [PATCH] Update Dockerfile.tinc --- Dockerfile.tinc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.tinc b/Dockerfile.tinc index 96ea937..1d01d14 100644 --- a/Dockerfile.tinc +++ b/Dockerfile.tinc @@ -1,4 +1,4 @@ -FROM alpine:latest +FROM alpine:3.17 MAINTAINER Team Lixo RUN apk add tinc iptables