Skip to content

Commit

Permalink
Merge pull request #1096 from nationalarchives/fix/deployment
Browse files Browse the repository at this point in the history
Fix deployment?
  • Loading branch information
jacksonj04 authored Aug 4, 2023
2 parents 56c03d1 + 473b194 commit 101f98d
Show file tree
Hide file tree
Showing 6 changed files with 81 additions and 84 deletions.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
ARG PYTHON_VERSION=3.11-slim-bookworm
ARG PYTHON_VERSION=3.11-slim-bullseye



# define an alias for the specfic python version used in this file.
FROM python:${PYTHON_VERSION} as python
Expand Down
2 changes: 1 addition & 1 deletion compose/local/django/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG PYTHON_VERSION=3.11-slim-bookworm
ARG PYTHON_VERSION=3.11-slim-bullseye

# define an alias for the specfic python version used in this file.
FROM python:${PYTHON_VERSION} as python
Expand Down
2 changes: 1 addition & 1 deletion compose/local/docs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG PYTHON_VERSION=3.11-slim-bookworm
ARG PYTHON_VERSION=3.11-slim-bullseye

# define an alias for the specfic python version used in this file.
FROM python:${PYTHON_VERSION} as python
Expand Down
2 changes: 1 addition & 1 deletion compose/production/django/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG PYTHON_VERSION=3.11-slim-bookworm
ARG PYTHON_VERSION=3.11-slim-bullseye



Expand Down
153 changes: 74 additions & 79 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"babel-loader": "^9.0.0",
"jquery": "^3.6.0",
"webpack": "^5.76.0",
"webpack-cli": "^5.0.0"
"webpack-cli": "^4.10.0"
}
}

0 comments on commit 101f98d

Please sign in to comment.