Skip to content

Commit

Permalink
Merge pull request #265 from fisuda/improve/dockerfile
Browse files Browse the repository at this point in the history
Update Dockerfile for release build
  • Loading branch information
fisuda committed Aug 21, 2023
2 parents 54f97e7 + d2df95f commit 2a81ca6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## NGSI Go v0.13.0-next

- Update: Update Dockerfile for release build (#265)

## NGSI Go v0.13.0 - 19 August, 2023

- Improve: Add flags for Keyrock permission (#262)
Expand Down
5 changes: 3 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@

FROM golang:1.20.6-alpine3.18 AS builder

# hadolint ignore=DL3018
RUN \
apk update && \
apk add --no-cache \
make=4.3-r0 \
git=2.34.1-r0
make \
git

WORKDIR /root/go/src/github.com/lets-fiware

Expand Down

0 comments on commit 2a81ca6

Please sign in to comment.