Skip to content

Commit

Permalink
Update golang to 1.17.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fisuda committed Jan 28, 2022
1 parent 36d6005 commit 7ee6919
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 11 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
@@ -1,7 +1,8 @@
## NGSI Go v0.10.0-next

- Update: Update Orion-LD to 1.0.1 (#226)
- Hardening: Support version command for Orion-LD (#225)
- Update: Update golang to 1.17.6 (#227)
- Hardening: Support version command for Orion-LD (#226)
- Update: Update Orion-LD to 1.0.1 (#225)
- Hardening: Allows to create subs even if specifying only uri (#224)
- Update: Update Orion to 3.5.0 (#223)
- Update: Update copyright (#222)
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.5-alpine3.15 AS builder
FROM golang:1.17.6-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.5-alpine3.15 AS builder
FROM golang:1.17.6-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.5-alpine3.15 AS builder
FROM golang:1.17.6-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.5-alpine3.15 AS builder
FROM golang:1.17.6-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.5-alpine3.15 AS builder
FROM golang:1.17.6-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.5-alpine3.15 AS builder
FROM golang:1.17.6-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.5-alpine3.15 AS builder
FROM golang:1.17.6-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.5-alpine3.15 AS builder
FROM golang:1.17.6-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.5-alpine3.15 AS builder
FROM golang:1.17.6-alpine3.15 AS builder

RUN \
cd / && \
Expand Down

0 comments on commit 7ee6919

Please sign in to comment.