et_full_system 4.0.1 → 4.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a76708b20f5a03a4191967f1b5c8430f0a218c7db1e656b8d21c37a4d1b9696a
4
- data.tar.gz: e318376993827be02e5db4e9175bb9690da5ef368ec16fec024ed2ad48356d1c
3
+ metadata.gz: 92b8cf67e1882f7d2d4cfa90a5c3777098579ab2707253ebd599a9049d58faee
4
+ data.tar.gz: 8a2d72901918b3f92741431c0c1d0603a44b817b393f24c00bf2b173128d84c4
5
5
  SHA512:
6
- metadata.gz: 2bcb2d3159ebd4654fa9e092c9ec9c16e8987b38a6c7873058c4c55aa40b7c4c1364a72d1c8cf51fbd0c05325863a4ecf46d7b2045013903efc206bb324449a9
7
- data.tar.gz: 4b8138ccb418ce5aa630b19661556bc09ea18eebd1814afaf438f83ca5e94fe011686e2e2d509aeb2a955270576950c7e8889ad5b9a7faedd0a9905d999570e3
6
+ metadata.gz: b92ca11dd4c89b48d4214082afb16912e66c4450f96691cab203541ee25ebabc9d8a9286be7036180c27c717f8bbcfe2c46d641d75168e7cfe25ebc8386f04ea
7
+ data.tar.gz: 0fff3daacfed414852e9ff98dd006e3636384f2130030e9ee585726ee27c62f9a97d4755e732602e18143a5138a8ffaba5ff594d825469e08c3333eb4cece37e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- et_full_system (4.0.1)
4
+ et_full_system (4.0.3)
5
5
  aws-sdk-s3 (~> 1.9)
6
6
  azure-storage (~> 0.15.0.preview)
7
7
  dotenv (~> 2.7, >= 2.7.2)
@@ -24,7 +24,7 @@ GEM
24
24
  addressable (2.8.0)
25
25
  public_suffix (>= 2.0.2, < 5.0)
26
26
  aws-eventstream (1.2.0)
27
- aws-partitions (1.509.0)
27
+ aws-partitions (1.510.0)
28
28
  aws-sdk-core (3.121.1)
29
29
  aws-eventstream (~> 1, >= 1.0.2)
30
30
  aws-partitions (~> 1, >= 1.239.0)
@@ -79,7 +79,7 @@ GEM
79
79
  jmespath (1.4.0)
80
80
  json-schema (2.8.1)
81
81
  addressable (>= 2.4)
82
- jwt (2.2.3)
82
+ jwt (2.3.0)
83
83
  mail (2.7.1)
84
84
  mini_mime (>= 0.1.1)
85
85
  mime-types (3.3.1)
data/docker/Dockerfile CHANGED
@@ -1,11 +1,14 @@
1
- FROM phusion/passenger-customizable:1.0.12
1
+ FROM phusion/passenger-customizable:1.0.19
2
2
  # Set correct environment variables.
3
3
  ENV HOME /root
4
4
  ARG GEM_VERSION=>0
5
5
  ARG user_id=1000
6
6
  # Use baseimage-docker's init process.
7
7
  CMD ["/sbin/my_init"]
8
-
8
+ RUN mv /etc/apt/sources.list.d{,.bak}
9
+ RUN apt update && apt install -y ca-certificates
10
+ RUN mv /etc/apt/sources.list.d{.bak,}
11
+ RUN apt-get update
9
12
  # If you're using the 'customizable' variant, you need to explicitly opt-in
10
13
  # for features.
11
14
  #
@@ -1,3 +1,3 @@
1
1
  module EtFullSystem
2
- VERSION = "4.0.1"
2
+ VERSION = "4.0.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: et_full_system
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.1
4
+ version: 4.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gary Taylor
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-10-01 00:00:00.000000000 Z
11
+ date: 2021-10-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor