Skip to content

Commit

Permalink
chore: update author name (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
nulxrd committed Oct 6, 2023
1 parent 609e03a commit 3f15136
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM postgres:alpine

LABEL org.opencontainers.image.url="https://github.com/bytebits9/postgres"
LABEL org.opencontainers.image.source=https://github.com/bytebits9/postgres
LABEL org.opencontainers.image.url="https://github.com/nulldark/postgres"
LABEL org.opencontainers.image.source=https://github.com/nulldark/postgres
LABEL org.opencontainers.image.title="postgres"
LABEL org.opencontainers.image.base.name="docker.io/library/postgres:alpine"
LABEL org.opencontainers.image.licenses=MIT
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2023 @ bytebits9
Copyright 2023 @ nulldark

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# ghcr.io/bytebits9/postgres
# ghcr.io/nulldark/postgres

Image based on https://hub.docker.com/_/postgres

## Usage

``` docker pull ghcr.io/bytebits9/bun:[?TAG]```
``` docker pull ghcr.io/nulldark/bun:[?TAG]```

## Environment Variables

Expand Down

0 comments on commit 3f15136

Please sign in to comment.