Skip to content

Commit

Permalink
Merge pull request #2215 from telefonicaid/task/upgrade_docker_debian…
Browse files Browse the repository at this point in the history
…_image_based_version

Update Dockerfile to use debian 11.6-slim
  • Loading branch information
fgalan authored Jan 20, 2023
2 parents bbc91cb + f6ee7c1 commit bdbbd58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[cygnus-ngsi] Upgrade Debian version from 11.3 to 11.6 in Dockerfile
[cygnus-ngsi] Update NameMapping compile log mensage from WARN to ERROR
[cygnus-common] MongoDB indexes are created depending on DM (#2204)
[cygnus-common] Upgrade postgresql from 42.4.1 to 42.4.3
Expand Down
2 changes: 1 addition & 1 deletion docker/cygnus-ngsi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# For those usages not covered by the GNU Affero General Public License please contact with iot_support at tid dot es
#

FROM debian:11.3-slim
FROM debian:11.6-slim
ARG GITHUB_ACCOUNT=telefonicaid
ARG GITHUB_REPOSITORY=fiware-cygnus

Expand Down

0 comments on commit bdbbd58

Please sign in to comment.