Skip to content

Commit eb2f287

Browse files
author
Matt Tarantino
authored
Merge pull request #1 from orgsync/bump_base_image
Bump base image
2 parents bf4407b + fcabb0f commit eb2f287

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
FROM quay.io/orgsync/base:1.0.0
1+
FROM quay.io/orgsync/base:1.1.0
22
MAINTAINER Joshua Griffith <joshua@orgsync.com>
33

44
RUN apt-get update \
5+
&& apt-get -t jessie-backports install -y libssl-dev \
56
&& apt-get install -y \
67
git \
78
autoconf \

0 commit comments

Comments
 (0)