Skip to content

Commit

Permalink
Update changelog, fix spaces from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
stvoutsin committed Aug 13, 2024
1 parent 76a39c0 commit 9f2f14a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
7 changes: 0 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ Find changes for the upcoming release in the project's [changelog.d](https://git

<!-- scriv-insert-here -->

<a id='changelog-2.4.8'></a>
## 2.4.8 (2024-08-01)

### Changed

- Remove deprecated AuthenticatorImpl

<a id='changelog-2.4.7'></a>
## 2.4.7 (2024-07-31)

Expand Down
7 changes: 7 additions & 0 deletions changelog.d/20240813_192551_steliosvoutsinas_DM_45528.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
### Removed

- Removed deprecated AuthenticatorImpl class

### Changed

- Removed extra spaces from dockerfile to adhere to best practices
2 changes: 1 addition & 1 deletion docker/Dockerfile.lsst-tap-service
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM images.opencadc.org/library/cadc-tomcat:1

LABEL org.opencontainers.image.source = "https://github.com/lsst-sqre/lsst-tap-service"
LABEL org.opencontainers.image.source="https://github.com/lsst-sqre/lsst-tap-service"

RUN dnf update -y && dnf install -y zip unzip

Expand Down

0 comments on commit 9f2f14a

Please sign in to comment.