Dockerfile aktualisiert
Some checks failed
Create postgresql docker image / Explore-Gitea-Actions (push) Failing after 27s

This commit is contained in:
Marko Oldenburg 2024-09-24 16:19:24 +00:00
parent 5b4da59506
commit c0c12e235e

View File

@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
FROM postgres:16.2-bullseye
FROM postgres:16.2-bookworm
# Do not split the description, otherwise we will see a blank space in the labels
LABEL name="PostgreSQL Container Images" \