Skip to content

Commit

Permalink
pin alpine version for docker images to mitigate problems that can arise
Browse files Browse the repository at this point in the history
Signed-off-by: jose-bigio <[email protected]>
  • Loading branch information
jose-bigio committed Feb 28, 2018
1 parent f2a4524 commit 26ec62e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
FROM alpine
FROM alpine:3.7
MAINTAINER Tom Denham <[email protected]>

# Set the minimum Docker API version required for libnetwork.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-ppc64le
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
FROM ppc64le/alpine
FROM ppc64le/alpine:3.7
MAINTAINER David Wilder <[email protected]>

# Set the minimum Docker API version required for libnetwork.
Expand Down

0 comments on commit 26ec62e

Please sign in to comment.