From 5217fd9e25f4c55d17fc7b422b9751b95771b892 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Thu, 9 Nov 2023 10:13:54 -0300 Subject: [PATCH] Release version v0.4.0. --- CHANGES.md | 2 ++ Dockerfile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 4c85221..f78d7d3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,8 @@ ## Unreleased +## v0.4.0 + All users should update to ease deployment on container setups with limited user ranges. Users interested in using the `lnls-run` script or the `caPutLog` module should update as well. diff --git a/Dockerfile b/Dockerfile index 106a89f..2cc472c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ARG DEBIAN_VERSION=11.7 -FROM ghcr.io/cnpem/lnls-debian-11-epics-7:v0.3.0 AS build-image +FROM ghcr.io/cnpem/lnls-debian-11-epics-7:v0.4.0 AS build-image FROM debian:${DEBIAN_VERSION}-slim AS base