mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 00:45:19 +00:00
Drew bakerfdm remove email mentions (#8641)
* Remove email address for redudancy Call to actions at the bottom of the page offer better forms of communication to join the community, trial Fleet, or ask questions. * Remove email mention * Remove email mention * Remove email mention
This commit is contained in:
parent
46a38daf3b
commit
ff969e8ddc
@ -1,5 +1,5 @@
|
||||
FROM alpine
|
||||
LABEL maintainer="Fleet Developers <hello@fleetdm.com>"
|
||||
LABEL maintainer="Fleet Developers"
|
||||
|
||||
RUN apk --update add ca-certificates
|
||||
RUN apk --no-cache add jq
|
||||
|
@ -1,5 +1,5 @@
|
||||
FROM --platform=linux/amd64 golang:1.19.2-bullseye
|
||||
LABEL maintainer="Fleet Developers <hello@fleetdm.com>"
|
||||
LABEL maintainer="Fleet Developers"
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
gcc \
|
||||
|
@ -20,8 +20,6 @@ Releases will be available at [github.com/fleetdm/fleet](http://github.com/fleet
|
||||
|
||||
We will never charge for features that are currently free in the OSS version of Fleet. Expect to see significant investments and improvements in both the OSS and enterprise offerings.
|
||||
|
||||
Please reach out via [hello@fleetdm.com](mailto:hello@fleetdm.com) if you are interested in becoming an early customer and helping to define the roadmap.
|
||||
|
||||
## Fleet 3.3.0
|
||||
|
||||
Today we are releasing Fleet 3.3.0 with a slew of long-awaited features and improvements.
|
||||
@ -47,4 +45,4 @@ Zach Wasserman — CTO, Fleet
|
||||
<meta name="authorFullName" value="Zach Wasserman">
|
||||
<meta name="publishedOn" value="2020-01-05">
|
||||
<meta name="articleTitle" value="A new Fleet">
|
||||
<meta name="articleImageUrl" value="../website/assets/images/articles/a-new-fleet-cover-700x340@2x.jpeg">
|
||||
<meta name="articleImageUrl" value="../website/assets/images/articles/a-new-fleet-cover-700x340@2x.jpeg">
|
||||
|
@ -1,5 +1,5 @@
|
||||
FROM alpine
|
||||
LABEL maintainer="Fleet Developers <hello@fleetdm.com>"
|
||||
LABEL maintainer="Fleet Developers"
|
||||
|
||||
RUN apk --update add ca-certificates
|
||||
RUN apk --no-cache add jq
|
||||
|
Loading…
Reference in New Issue
Block a user