From 671fe942c93bea7ef77a7a55728a236d96f6fe10 Mon Sep 17 00:00:00 2001 From: jeanGaston Date: Tue, 6 Feb 2024 10:48:51 +0100 Subject: [PATCH] update docker file --- DataScraper/DOCKERFILE | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/DataScraper/DOCKERFILE b/DataScraper/DOCKERFILE index 50ff549..9c1edcd 100644 --- a/DataScraper/DOCKERFILE +++ b/DataScraper/DOCKERFILE @@ -1,5 +1,4 @@ -FROM resin/rpi-raspbian:lastest - +FROM resin/rpi-raspbian:latest # Set the working directory in the container WORKDIR /app