From 54402a3019551d36a2d3c306dba8aabc1090b3f6 Mon Sep 17 00:00:00 2001 From: Dipankar Das <65275144+dipankardas011@users.noreply.github.com> Date: Tue, 11 Jun 2024 18:19:35 +0530 Subject: [PATCH] bump(docker)!: golang and python base images Signed-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com> --- Docker/mailhog/Dockerfile | 2 +- Docker/nginx/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Docker/mailhog/Dockerfile b/Docker/mailhog/Dockerfile index 2c47e80c..6616b7d0 100644 --- a/Docker/mailhog/Dockerfile +++ b/Docker/mailhog/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.18-alpine as builder +FROM golang:1.22-alpine as builder LABEL org.opencontainers.image.source=https://github.com/rtcamp/Frappe-Manager diff --git a/Docker/nginx/Dockerfile b/Docker/nginx/Dockerfile index a2eb549f..09238411 100644 --- a/Docker/nginx/Dockerfile +++ b/Docker/nginx/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11 as builder +FROM python:3.12 as builder LABEL author=rtCamp LABEL org.opencontainers.image.source=https://github.com/rtcamp/Frappe-Manager