1 Commits
0.0.4 ... 0.0.5

Author SHA1 Message Date
f24cdbac1c new apline base image 2023-09-13 12:50:11 +02:00
3 changed files with 5 additions and 3 deletions

3
.gitignore vendored
View File

@ -6,5 +6,6 @@ cube/pubsubc.a
test
.bash_history
.vscode
.dccache
sink/.dccache

View File

@ -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/

View File

@ -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).