We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbb3310 commit c68f2fdCopy full SHA for c68f2fd
.travis.yml
@@ -17,9 +17,9 @@ matrix:
17
include:
18
- name: 2.3.8
19
env: TARGET_VERSION=2.3.8
20
- - name: 2.4.5
21
- env: TARGET_VERSION=2.4.5
22
- - name: 2.5.3
23
- env: TARGET_VERSION=2.5.3
24
- - name: 2.6.0
25
- env: TARGET_VERSION=2.6.0
+ - name: 2.4.6
+ env: TARGET_VERSION=2.4.6
+ - name: 2.5.5
+ env: TARGET_VERSION=2.5.5
+ - name: 2.6.3
+ env: TARGET_VERSION=2.6.3
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG TARGET_VERSION=2.5.3
+ARG TARGET_VERSION=2.6.3
2
3
FROM wpolicarpo/activerecord-sqlserver-adapter:${TARGET_VERSION}
4
0 commit comments