Skip to content

Commit dc9e61f

Browse files
committed
Merge branch 'release-1.9.1'
2 parents f74051e + 01949ea commit dc9e61f

File tree

23 files changed

+23
-23
lines changed

23 files changed

+23
-23
lines changed

.meepctl-repocfg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
version: 1.9.0
15+
version: 1.9.1
1616
repo:
1717
name: AdvantEDGE
1818

README.md

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

33
------
44

5-
**_What's New in v1.9.0!_**
5+
**_What's New in v1.9!_**
66

77
:zap: **New edge native service: [ETSI MEC030 - V2X Information Service API](https://interdigitalinc.github.io/AdvantEDGE/docs/overview/edge-services/#v2x-information-service) for vehicular QoS predictions! :car:**
88

examples/demo3/src/backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM debian:9.6-slim
15+
FROM debian:11.7-slim
1616

1717

1818
# Some ENV variables

go-apps/meep-ams/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM debian:9.6-slim
15+
FROM debian:11.7-slim
1616
COPY ./meep-ams /meep-ams
1717
COPY ./api /api
1818
COPY ./user-api /user-api

go-apps/meep-app-enablement/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM debian:9.6-slim
15+
FROM debian:11.7-slim
1616
COPY ./meep-app-enablement /meep-app-enablement
1717
COPY ./api /api
1818
COPY ./user-api /user-api

go-apps/meep-auth-svc/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM debian:9.6-slim
15+
FROM debian:11.7-slim
1616
COPY ./meep-auth-svc /meep-auth-svc
1717
COPY ./api /api
1818
COPY ./user-api /user-api

go-apps/meep-gis-engine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM debian:9.6-slim
15+
FROM debian:11.7-slim
1616
COPY ./meep-gis-engine /meep-gis-engine
1717
COPY ./api /api
1818
COPY ./user-api /user-api

go-apps/meep-loc-serv/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM debian:9.6-slim
15+
FROM debian:11.7-slim
1616
COPY ./meep-loc-serv /meep-loc-serv
1717
COPY ./api /api
1818
COPY ./user-api /user-api

go-apps/meep-metrics-engine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM debian:9.6-slim
15+
FROM debian:11.7-slim
1616
COPY ./meep-metrics-engine /meep-metrics-engine
1717
COPY ./api /api
1818
COPY ./user-api /user-api

go-apps/meep-mg-manager/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM debian:9.6-slim
15+
FROM debian:11.7-slim
1616
COPY ./meep-mg-manager /meep-mg-manager
1717
COPY ./api /api
1818
COPY ./user-api /user-api

0 commit comments

Comments
 (0)