From f24cdbac1c5d15f4f5b0c5e8e2671d42ab88131f Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Wed, 13 Sep 2023 12:50:11 +0200 Subject: [PATCH] new apline base image --- .gitignore | 3 ++- Dockerfile | 4 ++-- readme.md | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c6f8276..7b7d2f8 100644 --- a/.gitignore +++ b/.gitignore @@ -6,5 +6,6 @@ cube/pubsubc.a test .bash_history .vscode - +.dccache +sink/.dccache diff --git a/Dockerfile b/Dockerfile index 3b0eb74..7bc7803 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.13 AS builder +FROM alpine:3.18.3 AS builder ARG VERSION="dockerized" @@ -13,7 +13,7 @@ RUN \ make VERSION=${VERSION} -FROM alpine:3.13 +FROM alpine:3.18.3 COPY --from=builder /tmp/sink/build/sink20169 /usr/local/bin/ diff --git a/readme.md b/readme.md index a97904b..ec7206c 100644 --- a/readme.md +++ b/readme.md @@ -32,3 +32,4 @@ Measurement is visualized at https://grafana.mainscnt.eu. The projects of the three current variants are at [RPi](https://home.hottis.de/gitlab/wolutator/mains-frequency-counter-rpi), [STM32](https://home.hottis.de/gitlab/wolutator/mains-frequency-counter-stm32) and [ESP32](https://home.hottis.de/gitlab/wolutator/mains-frequency-counter-esp32). +