Skip to content

Commit

Permalink
Merge pull request #199 from DFE-Digital/typo-fix
Browse files Browse the repository at this point in the history
Fix typo in the word 'Following'
  • Loading branch information
saliceti authored Aug 9, 2024
2 parents ee1c400 + 78135e7 commit 62c2aa7
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM nginx:1.25.3-alpine3.18-slim
FROM nginxinc/nginx-unprivileged:1.26.1

COPY ./build/ /usr/share/nginx/html
2 changes: 1 addition & 1 deletion source/infrastructure/docker/index.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Docker Desktop
<%= partial('partials/page_toc') %>

the Folowwing information has been put together using;
The following information has been put together using;

* Edition Windows 11 Enterprise Version 22H2 Installed on ‎13/‎03/‎2023 OS build 22621.2283 Experience Windows Feature Experience Pack 1000.22662.1000.0

Expand Down
23 changes: 23 additions & 0 deletions terraform/application/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion terraform/application/application.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module "web_application" {
cluster_configuration_map = module.cluster_data.configuration_map
kubernetes_config_map_name = module.application_configuration.kubernetes_config_map_name
kubernetes_secret_name = module.application_configuration.kubernetes_secret_name
web_port = 80
web_port = 8080
probe_path = "/"

docker_image = var.docker_image
Expand Down

0 comments on commit 62c2aa7

Please sign in to comment.