Commit 3b8bd063 authored by Ikram Haq's avatar Ikram Haq
Browse files

Upgrade base image from debian 9.6-slim to 11.7-slim

parent c4f1878b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM debian:9.6-slim
FROM debian:11.7-slim
COPY ./meep-ams /meep-ams
COPY ./api /api
COPY ./user-api /user-api
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM debian:9.6-slim
FROM debian:11.7-slim
COPY ./meep-app-enablement /meep-app-enablement
COPY ./api /api
COPY ./user-api /user-api
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM debian:9.6-slim
FROM debian:11.7-slim
COPY ./meep-auth-svc /meep-auth-svc
COPY ./api /api
COPY ./user-api /user-api
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
# limitations under the License.


FROM debian:9.6-slim
FROM debian:11.7-slim

COPY ./meep-dai /meep-dai
COPY ./api /api
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM debian:9.6-slim
FROM debian:11.7-slim
COPY ./meep-gis-engine /meep-gis-engine
COPY ./api /api
COPY ./user-api /user-api
Loading