Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dance
chirpstack
application-server
Commits
931d5d95
Commit
931d5d95
authored
Dec 06, 2021
by
Orne Brocaar
Browse files
Update Go and Alpine versions.
parent
6b0398e8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
931d5d95
FROM
golang:1.1
6
-alpine
AS
development
FROM
golang:1.1
7
-alpine
AS
development
ENV
PROJECT_PATH=/chirpstack-application-server
ENV
PATH=$PATH:$PROJECT_PATH/build
...
...
@@ -14,7 +14,7 @@ WORKDIR $PROJECT_PATH
RUN
make dev-requirements ui-requirements
RUN
make
FROM
alpine:3.1
3.2
AS
production
FROM
alpine:3.1
5.0
AS
production
RUN
apk
--no-cache
add ca-certificates
COPY
--from=development /chirpstack-application-server/build/chirpstack-application-server /usr/bin/chirpstack-application-server
...
...
Dockerfile-devel
View file @
931d5d95
FROM golang:1.1
6
-alpine
FROM golang:1.1
7
-alpine
ENV PROJECT_PATH=/chirpstack-application-server
ENV PATH=$PATH:$PROJECT_PATH/build
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment