diff --git a/api/Dockerfile-go b/api/Dockerfile-go index fda344c9..30448067 100644 --- a/api/Dockerfile-go +++ b/api/Dockerfile-go @@ -1,4 +1,4 @@ -FROM golang:1.18-alpine +FROM golang:1.19.3-alpine ENV PROJECT_PATH=/chirpstack/api RUN apk add --no-cache make git bash protobuf protobuf-dev diff --git a/api/Dockerfile-grpc-web b/api/Dockerfile-grpc-web index 5fc8974b..5bd0b7de 100644 --- a/api/Dockerfile-grpc-web +++ b/api/Dockerfile-grpc-web @@ -1,4 +1,4 @@ -FROM alpine:3 +FROM alpine:3.17.0 ENV PROJECT_PATH=/chirpstack/api RUN apk add --no-cache protobuf protobuf-dev make bash git diff --git a/api/Dockerfile-js b/api/Dockerfile-js index ae85b516..7e21e189 100644 --- a/api/Dockerfile-js +++ b/api/Dockerfile-js @@ -1,4 +1,4 @@ -FROM node:12 +FROM node:19 ENV PROJECT_PATH=/chirpstack/api RUN apt update && apt install -y protobuf-compiler libprotobuf-dev git bash diff --git a/api/Dockerfile-md b/api/Dockerfile-md index fda344c9..30448067 100644 --- a/api/Dockerfile-md +++ b/api/Dockerfile-md @@ -1,4 +1,4 @@ -FROM golang:1.18-alpine +FROM golang:1.19.3-alpine ENV PROJECT_PATH=/chirpstack/api RUN apk add --no-cache make git bash protobuf protobuf-dev diff --git a/api/Dockerfile-python b/api/Dockerfile-python index 62a71314..6c43ad7f 100644 --- a/api/Dockerfile-python +++ b/api/Dockerfile-python @@ -1,4 +1,4 @@ -FROM python:3.8 +FROM python:3.11.0 ENV PROJECT_PATH=/chirpstack/api diff --git a/api/Dockerfile-rust b/api/Dockerfile-rust index a46282eb..9bee0266 100644 --- a/api/Dockerfile-rust +++ b/api/Dockerfile-rust @@ -1,4 +1,4 @@ -FROM rust:1.64 +FROM rust:1.65 ENV PROJECT_PATH=/chirpstack/api RUN apt-get update && \