Skip to content

Commit

Permalink
πŸ”„ Update file via sync
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 19, 2020
1 parent 4755fdf commit ec92c34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM golang:1.15-alpine3.12 AS builder

# Meta data:
LABEL maintainer="email@mattglei.ch"
LABEL description="πŸŽ„ Christmas tree right from your terminal!"
LABEL description="πŸŽ„ A Christmas tree right from your terminal!"

# Copying over all the files:
COPY . /usr/src/app
Expand Down
2 changes: 1 addition & 1 deletion docker/dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM golang:1.15

# Meta data:
LABEL maintainer="email@mattglei.ch"
LABEL description="πŸŽ„ Christmas tree right from your terminal!"
LABEL description="πŸŽ„ A Christmas tree right from your terminal!"

# Copying over all the files:
COPY . /usr/src/app
Expand Down
2 changes: 1 addition & 1 deletion docker/dev.lint.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM golangci/golangci-lint:v1.33

# Meta data
LABEL maintainer="email@mattglei.ch"
LABEL description="πŸŽ„ Christmas tree right from your terminal!"
LABEL description="πŸŽ„ A Christmas tree right from your terminal!"

# Copying over files
COPY . /usr/src/app
Expand Down

0 comments on commit ec92c34

Please sign in to comment.