Skip to content

Commit

Permalink
Bump the base image in athena load (#2823)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatMoore authored Jan 5, 2024
1 parent 7162e11 commit fcc4c68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion containers/daap-athena-load/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.0.0] 2024-01-05
## [3.0.1] 2024-01-05

- Renamed `extraction_timestamp` to `load_timestamp`
- Update base image to 8.0.0
Expand Down
2 changes: 1 addition & 1 deletion containers/daap-athena-load/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/ministryofjustice/data-platform-daap-python-base:7.3.0
FROM ghcr.io/ministryofjustice/data-platform-daap-python-base:8.0.0
ARG VERSION

ENV VERSION="${VERSION}"
Expand Down
2 changes: 1 addition & 1 deletion containers/daap-athena-load/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "daap-athena-load",
"version": "3.0.0",
"version": "3.0.1",
"registry": "ecr",
"ecr": {
"role": "arn:aws:iam::013433889002:role/modernisation-platform-oidc-cicd",
Expand Down

0 comments on commit fcc4c68

Please sign in to comment.