We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d382b04 commit 9e225dbCopy full SHA for 9e225db
Dockerfile
@@ -1,6 +1,6 @@
1
ARG DEBIAN_VERSION=12.9
2
3
-FROM ghcr.io/cnpem/lnls-debian-epics-7:v0.14.1 AS build-image
+FROM ghcr.io/cnpem/lnls-debian-epics-7:v0.14.1-dev AS build-image
4
5
FROM debian:${DEBIAN_VERSION}-slim AS base
6
@@ -15,7 +15,7 @@ ARG RUNTIME_PIP_PACKAGES
15
ARG PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
16
ENV PATH=$PATH
17
18
-LABEL br.lnls.epics-in-docker.version="v0.14.1"
+LABEL br.lnls.epics-in-docker.version="v0.14.1-dev"
19
LABEL br.lnls.epics-in-docker.debian.version=${DEBIAN_VERSION}
20
21
COPY --from=build-image /etc/apt/apt.conf.d/90-disable-sandbox.conf /etc/apt/apt.conf.d/90-disable-sandbox.conf
0 commit comments