added license section in readme, updated license years
This commit is contained in:
parent
025d79f309
commit
8533c8bf5c
@ -1,4 +1,4 @@
|
|||||||
# Copyright (c) 2022 Bryan Joshua Pedini
|
# Copyright (c) 2022-2024 Bryan Joshua Pedini
|
||||||
# License: MIT · see LICENSE file for more details
|
# License: MIT · see LICENSE file for more details
|
||||||
ARG GO_VERSION "$GO_VERSION"
|
ARG GO_VERSION "$GO_VERSION"
|
||||||
|
|
||||||
|
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
|||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2022 Bryan Joshua Pedini
|
Copyright (c) 2022-2024 Bryan Joshua Pedini
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -8,3 +8,7 @@ Image based on official Golang as base, with Git on top (why don't they include
|
|||||||
- [1.18.6-alpine3.16](https://github.com/docker-library/golang/blob/2a6ba509d511d58eeb14b81888133745bfe7ef5b/1.18/alpine3.16/Dockerfile)
|
- [1.18.6-alpine3.16](https://github.com/docker-library/golang/blob/2a6ba509d511d58eeb14b81888133745bfe7ef5b/1.18/alpine3.16/Dockerfile)
|
||||||
- [1.19.1-alpine3.15](https://github.com/docker-library/golang/blob/5457a34ddb2e2b59d72069d061187089553d3c1c/1.19/alpine3.15/Dockerfile)
|
- [1.19.1-alpine3.15](https://github.com/docker-library/golang/blob/5457a34ddb2e2b59d72069d061187089553d3c1c/1.19/alpine3.15/Dockerfile)
|
||||||
- [1.19.1-alpine3.16](https://github.com/docker-library/golang/blob/5457a34ddb2e2b59d72069d061187089553d3c1c/1.19/alpine3.16/Dockerfile)
|
- [1.19.1-alpine3.16](https://github.com/docker-library/golang/blob/5457a34ddb2e2b59d72069d061187089553d3c1c/1.19/alpine3.16/Dockerfile)
|
||||||
|
|
||||||
|
# License:
|
||||||
|
Copyright (c) 2022-2024 Bryan Joshua Pedini<br>
|
||||||
|
License: MIT · see [LICENSE](LICENSE) file for more details
|
||||||
|
2
build.sh
2
build.sh
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Copyright (c) 2022 Bryan Joshua Pedini
|
# Copyright (c) 2022-2024 Bryan Joshua Pedini
|
||||||
# License: MIT · see LICENSE file for more details
|
# License: MIT · see LICENSE file for more details
|
||||||
|
|
||||||
REGEX="^[ ]*(#.*)?$"
|
REGEX="^[ ]*(#.*)?$"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright (c) 2022 Bryan Joshua Pedini
|
# Copyright (c) 2022-2024 Bryan Joshua Pedini
|
||||||
# License: MIT · see LICENSE file for more details
|
# License: MIT · see LICENSE file for more details
|
||||||
|
|
||||||
1.19.13-alpine3.17
|
1.19.13-alpine3.17
|
||||||
|
Loading…
Reference in New Issue
Block a user