Skip to content

Commit

Permalink
Merge pull request #4416 from telefonicaid/fgalan-patch-2
Browse files Browse the repository at this point in the history
FIX comment in Dockerfiles
  • Loading branch information
mapedraza authored Sep 1, 2023
2 parents 1f79d20 + 402f1f9 commit dfdc1b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
# iot_support at tid dot es
#

# FIXME the change from mongoc driver 1.23.1 to 1.24.1 (PR https://github.com/telefonicaid/fiware-orion/pull/4415)
# has not been actually tested. Remove this FIXME mark after succesfull test

ARG IMAGE_TAG=11.6-slim
FROM debian:${IMAGE_TAG}

Expand Down
3 changes: 3 additions & 0 deletions docker/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
# iot_support at tid dot es
#

# FIXME the change from mongoc driver 1.23.1 to 1.24.1 (PR https://github.com/telefonicaid/fiware-orion/pull/4415)
# has not been actually tested. Remove this FIXME mark after succesfull test

ARG IMAGE_TAG=3.16.0
FROM alpine:${IMAGE_TAG}

Expand Down

0 comments on commit dfdc1b2

Please sign in to comment.