Skip to content

Commit

Permalink
Update mantainer in Docker image
Browse files Browse the repository at this point in the history
Signed-off-by: Arrobo, Gabriel <[email protected]>
  • Loading branch information
gab-arrobo committed Sep 26, 2024
1 parent fef4cfd commit 57412b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mongoapi/dbtestapp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

FROM golang:1.23.1-bookworm AS test

LABEL maintainer="ONF <omec-dev@opennetworking.org>"
LABEL maintainer="Aether SD-Core <dev@lists.aetherproject.org>"

RUN apt-get update && apt-get -y install vim
RUN apt-get update && apt-get -y install vim

WORKDIR $GOPATH/src/dbtestapp
COPY . .
Expand Down

0 comments on commit 57412b6

Please sign in to comment.