new apline base image
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@ -6,5 +6,6 @@ cube/pubsubc.a
|
|||||||
test
|
test
|
||||||
.bash_history
|
.bash_history
|
||||||
.vscode
|
.vscode
|
||||||
|
.dccache
|
||||||
|
sink/.dccache
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM alpine:3.13 AS builder
|
FROM alpine:3.18.3 AS builder
|
||||||
|
|
||||||
ARG VERSION="dockerized"
|
ARG VERSION="dockerized"
|
||||||
|
|
||||||
@ -13,7 +13,7 @@ RUN \
|
|||||||
make VERSION=${VERSION}
|
make VERSION=${VERSION}
|
||||||
|
|
||||||
|
|
||||||
FROM alpine:3.13
|
FROM alpine:3.18.3
|
||||||
|
|
||||||
COPY --from=builder /tmp/sink/build/sink20169 /usr/local/bin/
|
COPY --from=builder /tmp/sink/build/sink20169 /usr/local/bin/
|
||||||
|
|
||||||
|
@ -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).
|
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).
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user