Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
attempting to use `lambci` to create an environment where we have access to node / yarn
  • Loading branch information
jnwng authored Jul 25, 2019
1 parent bbf3328 commit 52df52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion up/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.11
FROM lambci/lambci:latest

LABEL version="1.0.0"
LABEL maintainer="Apex"
Expand Down

1 comment on commit 52df52e

@jnwng
Copy link
Owner Author

@jnwng jnwng commented on 52df52e Jul 25, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.