Skip to content

Commit

Permalink
Update DEB_SNAPSHOT.
Browse files Browse the repository at this point in the history
This is due to
GoogleContainerTools/base-images-docker#200.

Change-Id: I32c7baf1c4330ff5ecb55c1814becfd37e7d801d
  • Loading branch information
xingao267 committed Mar 12, 2018
1 parent aafe66c commit 3c4a028
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -107,21 +107,25 @@ load(

package_manager_repositories()

# The Debian snapshot datetime to use.
# This is kept up-to-date with https://github.com/GoogleCloudPlatform/base-images-docker/blob/master/WORKSPACE.
DEB_SNAPSHOT = "20180312T052343Z"

dpkg_src(
name = "debian_jessie",
arch = "amd64",
distro = "jessie",
sha256 = "20720c9367e9454dee3d173e4d3fd85ab5530292f4ec6654feb5a810b6bb37ce",
snapshot = "20180130T043019Z",
snapshot = DEB_SNAPSHOT,
url = "http://snapshot.debian.org/archive",
)

dpkg_src(
name = "debian_jessie_backports",
arch = "amd64",
distro = "jessie-backports",
sha256 = "5858e520b7d7fe99bf2bd42864b5084bf86db9044b6fe4bdd98771d1ec7cc2f9",
snapshot = "20180130T043019Z",
sha256 = "28afadff87f53bcb754d571df4174f0b8cbabd1600be82a062932df6eb4b7b70",
snapshot = DEB_SNAPSHOT,
url = "http://snapshot.debian.org/archive",
)

Expand Down

0 comments on commit 3c4a028

Please sign in to comment.