Skip to content

Commit 9157160

Browse files
authored
Merge pull request #430 from dilallkx/kd_sp10_fix_dockerize
Dockerize issue fix
2 parents 1010b03 + 6743c9f commit 9157160

File tree

18 files changed

+18
-18
lines changed

18 files changed

+18
-18
lines changed

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

go-apps/meep-mon-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-mon-engine /meep-mon-engine
1717
COPY ./api /api
1818
COPY ./user-api /user-api

go-apps/meep-platform-ctrl/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-platform-ctrl /meep-platform-ctrl
1717
COPY ./api /api
1818
COPY ./user-api /user-api

0 commit comments

Comments
 (0)