Skip to content

Commit 9e225db

Browse files
committed
Post-release development version bump.
1 parent d382b04 commit 9e225db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG DEBIAN_VERSION=12.9
22

3-
FROM ghcr.io/cnpem/lnls-debian-epics-7:v0.14.1 AS build-image
3+
FROM ghcr.io/cnpem/lnls-debian-epics-7:v0.14.1-dev AS build-image
44

55
FROM debian:${DEBIAN_VERSION}-slim AS base
66

@@ -15,7 +15,7 @@ ARG RUNTIME_PIP_PACKAGES
1515
ARG PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
1616
ENV PATH=$PATH
1717

18-
LABEL br.lnls.epics-in-docker.version="v0.14.1"
18+
LABEL br.lnls.epics-in-docker.version="v0.14.1-dev"
1919
LABEL br.lnls.epics-in-docker.debian.version=${DEBIAN_VERSION}
2020

2121
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

Comments
 (0)