Skip to content

Commit 64ee252

Browse files
authored
Bump grout to v0.14.2 (#130)
1 parent c9878e1 commit 64ee252

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

grout-container-app/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ SHELL := /bin/bash
22

33
DATE ?= $(shell date --utc +%Y%m%d%H%M)
44
SHA ?= $(shell git rev-parse --short HEAD)
5-
VERSION ?= 0.2.3
5+
VERSION ?= 0.2.4
66
REGISTRY ?= quay.io
77
ORG ?= rh-nfv-int
88
CONTAINER_CLI ?= podman

grout-container-app/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
TAG=${TAG:-"v0.2.3"}
5+
TAG=${TAG:-"v0.2.4"}
66

77
CLI=${CLI:="podman"}
88
ORG=${ORG:="rh-nfv-int"}

grout-container-app/cnfapp/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ FROM quay.io/rh-nfv-int/ubi9-base-grout:v0.0.1
1212
LABEL name="NFV Example CNF Grout Application" \
1313
maintainer="telcoci" \
1414
vendor="fredco" \
15-
version="v0.2.3" \
16-
release="v0.2.3" \
15+
version="v0.2.4" \
16+
release="v0.2.4" \
1717
summary="An example CNF for platform validation" \
1818
description="An example CNF for platform validation"
1919

2020
COPY licenses /licenses
2121

22-
ENV GROUT_VER v0.14.1
22+
ENV GROUT_VER v0.14.2
2323
ENV GROUT_RPM https://github.com/DPDK/grout/releases/download/${GROUT_VER}/grout.x86_64.rpm
2424

2525
# check latest release from https://github.com/DPDK/grout/releases

0 commit comments

Comments
 (0)