Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Commit

Permalink
Dependency & version update (#171)
Browse files Browse the repository at this point in the history
* [DEPENDENCY] update

* Update generated code

* [CONTAINER] version update

* version bump to 0.2.0
  • Loading branch information
ionysos authored Jul 31, 2019
1 parent e12dd21 commit 7f73c3f
Show file tree
Hide file tree
Showing 1,302 changed files with 135,923 additions and 156,684 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG golangImageTag=1.12.3
ARG golangImageTag=1.12.7
ARG alpineImageTag=3.10.1

# build
FROM golang:${golangImageTag} as build-stage
Expand All @@ -30,7 +31,7 @@ COPY --from=build-stage /go/src/github.com/karydia/karydia/bin/karydia /usr/loca
COPY ./scripts/hotswap-dev /usr/local/bin/hotswap-dev

# prod-image (production usage)
FROM alpine:3.9 as prod-image
FROM alpine:${alpineImageTag} as prod-image
COPY --from=build-stage /go/src/github.com/karydia/karydia/bin/karydia /usr/local/bin/karydia
USER 65534:65534

Loading

0 comments on commit 7f73c3f

Please sign in to comment.