Update API docker files.

This commit is contained in:
Orne Brocaar 2022-12-05 10:44:46 +00:00
parent d91e687484
commit b130953e31
6 changed files with 6 additions and 6 deletions

2
api/Dockerfile-go vendored
View File

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

View File

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

2
api/Dockerfile-js vendored
View File

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

2
api/Dockerfile-md vendored
View File

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

View File

@ -1,4 +1,4 @@
FROM python:3.8
FROM python:3.11.0
ENV PROJECT_PATH=/chirpstack/api

2
api/Dockerfile-rust vendored
View File

@ -1,4 +1,4 @@
FROM rust:1.64
FROM rust:1.65
ENV PROJECT_PATH=/chirpstack/api
RUN apt-get update && \