Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# STEP 1 build executable binary
############################

FROM alpine:latest AS builder
FROM alpine:3.20 AS builder

RUN apk add --no-cache \
gcc \
Expand Down
1 change: 1 addition & 0 deletions include/Reading.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#ifndef _READING_H_
#define _READING_H_

#include <cstdint>
#include <sstream>
#include <string>

Expand Down
Loading