Skip to content

Commit

Permalink
Merge pull request #219 from fisuda/hardening/golang_1_17_5
Browse files Browse the repository at this point in the history
Update golang to 1.17.5
  • Loading branch information
fisuda committed Dec 16, 2021
2 parents 84a8d49 + 6adc8c9 commit 37d0ecf
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -1,5 +1,6 @@
## NGSI Go v0.10.0-next

- Update: Update golang to 1.17.5 (#219)
- Update: Update Orion to 3.4.0 (#218)
- Update: Add links in mkdocs.yml (#217)

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Expand Up @@ -24,7 +24,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

FROM golang:1.17.4-alpine3.15 AS builder
FROM golang:1.17.5-alpine3.15 AS builder

RUN \
apk update && \
Expand Down
2 changes: 1 addition & 1 deletion e2e/ngsi-test/Dockerfile
Expand Up @@ -24,7 +24,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

FROM golang:1.17.4-alpine3.15 AS builder
FROM golang:1.17.5-alpine3.15 AS builder
LABEL stage=ngsi-builder

WORKDIR /opt/ngsi-test/
Expand Down
2 changes: 1 addition & 1 deletion e2e/server/accumulator/Dockerfile
Expand Up @@ -24,7 +24,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

FROM golang:1.17.4-alpine3.15 AS builder
FROM golang:1.17.5-alpine3.15 AS builder
LABEL stage=ngsi-builder

WORKDIR /opt/accumulator
Expand Down
2 changes: 1 addition & 1 deletion e2e/server/atcontext/Dockerfile
Expand Up @@ -24,7 +24,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

FROM golang:1.17.4-alpine3.15 AS builder
FROM golang:1.17.5-alpine3.15 AS builder
LABEL stage=ngsi-builder

WORKDIR /opt/atcontext/
Expand Down
2 changes: 1 addition & 1 deletion e2e/server/csource/Dockerfile
Expand Up @@ -24,7 +24,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

FROM golang:1.17.4-alpine3.15 AS builder
FROM golang:1.17.5-alpine3.15 AS builder
LABEL stage=ngsi-builder

WORKDIR /opt/csource/
Expand Down
2 changes: 1 addition & 1 deletion e2e/server/oauth/Dockerfile
Expand Up @@ -24,7 +24,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

FROM golang:1.17.4-alpine3.15 AS builder
FROM golang:1.17.5-alpine3.15 AS builder
LABEL stage=ngsi-builder

WORKDIR /opt/oauth/
Expand Down
2 changes: 1 addition & 1 deletion extras/queryproxy/Dockerfile
Expand Up @@ -24,7 +24,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

FROM golang:1.17.4-alpine3.15 AS builder
FROM golang:1.17.5-alpine3.15 AS builder

RUN \
cd / && \
Expand Down
2 changes: 1 addition & 1 deletion extras/registration_proxy/Dockerfile
Expand Up @@ -24,7 +24,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

FROM golang:1.17.4-alpine3.15 AS builder
FROM golang:1.17.5-alpine3.15 AS builder

RUN \
cd / && \
Expand Down
2 changes: 1 addition & 1 deletion extras/tokenproxy/Dockerfile
Expand Up @@ -24,7 +24,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

FROM golang:1.17.4-alpine3.15 AS builder
FROM golang:1.17.5-alpine3.15 AS builder

RUN \
cd / && \
Expand Down

0 comments on commit 37d0ecf

Please sign in to comment.